diff options
Diffstat (limited to 'doc')
-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> |