diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-06-27 07:22:12 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-06-27 07:22:12 +0200 |
commit | eb53fdbee9c29246b0fe5587595a8b2072c5de89 (patch) | |
tree | 99fd43a35dc9b13e03a6386647a66ebe4df87509 /doc/omprog.html | |
parent | 90a1d53a827dfdfb2e22ebd8794515111e48ff29 (diff) | |
download | rsyslog-eb53fdbee9c29246b0fe5587595a8b2072c5de89.tar.gz rsyslog-eb53fdbee9c29246b0fe5587595a8b2072c5de89.tar.bz2 rsyslog-eb53fdbee9c29246b0fe5587595a8b2072c5de89.zip |
doc: clarify omprog legacy parameters
Diffstat (limited to 'doc/omprog.html')
-rw-r--r-- | doc/omprog.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/omprog.html b/doc/omprog.html index b4d13eec..4f369735 100644 --- a/doc/omprog.html +++ b/doc/omprog.html @@ -37,8 +37,9 @@ the price of some slight performance loss). <p> </p> <p><b>Action Parameters</b>:</p> <ul> - <li><strong>binary </strong>(The binary program to be executed including optional parameters.)<br> - Parameters are not required but can be specified, for more see the config sample below.<br></li><br> + <li><strong>binary </strong><br> + Mostly equivalent to the "binary" action parameter, but must contain the binary name + only. In legacy config, it is <b>not possible</b> to specify command line parameters. </ul> <p><b>Caveats/Known Bugs:</b></p><ul><li>None.</li></ul> <p><b>Sample:</b></p> |