* Updated --config command line flag to include -f shortcut

This commit is contained in:
James Turnbull 2012-12-05 23:43:26 -05:00
parent d5be87fc77
commit b73630c3d4

View file

@ -9,7 +9,7 @@ layout: content_right
The logstash agent has the following flags (also try using the '--help' flag)
<dl>
<dt> --config CONFIGFILE </dt>
<dt> -f, --config CONFIGFILE </dt>
<dd> Load the logstash config from a specific file, directory, or a wildcard. If given a directory or wildcard, config files will be read in order lexigraphically. </dd>
<dt> --log FILE </dt>
<dd> Log to a given path. Default is to log to stdout </dd>