6.3.1 Command-line Arguments
Currently, all the Monod executables are command-line programs. While
each may have specialized command-line arguments, a few arguments are
shared, which we now describe.
- --help
-
Display the entire list of options.
- --log-level <s>
-
Set the logging output level to <s>, which has to be one of
Emerg, Alert, Error, Warning,
Exceptional, Config, User, Info, Exec,
Debug or Data. The default is Warning. For more
information about logging, which is most useful to implementers, see
Logging.
FIXME: That's it for now!