diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2017-05-18 12:43:49 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2017-05-29 12:37:36 +0200 |
commit | 3bb0f7e66d8203a1dc78eb6d404e29aefef6a88c (patch) | |
tree | f3bb51f9f3d60b44270e773a40ed007b593148bc /docs | |
parent | 51bb354624865414e8a036e3502c1b713999ec1f (diff) |
context: rework application options and help output
Group together all options that allow configuring the logging output,
and make them have the same --log-[XXX] prefix.
Also rework the --help output so that all option groups are printed by
default (i.e. there is no longer a --help-all option).
Diffstat (limited to 'docs')
-rw-r--r-- | docs/man/ModemManager.8 | 26 |
1 files changed, 10 insertions, 16 deletions
diff --git a/docs/man/ModemManager.8 b/docs/man/ModemManager.8 index f21208a3..72360442 100644 --- a/docs/man/ModemManager.8 +++ b/docs/man/ModemManager.8 @@ -19,20 +19,6 @@ actual device (Generic AT, vendor-specific AT, QCDM, QMI, MBIM...). ModemManager is a DBus-based system daemon and is not meant to be used directly from the command line. -.SH HELP OPTIONS -.TP -.B \-V, \-\-version -Print the ModemManager software version and exit. -.TP -.B \-h, \-\-help -Show application options. -.TP -.B \-\-help\-all -Show application and test options. -.TP -.B \-\-help\-test -Show test options. - .SH APPLICATION OPTIONS .TP .B \-\-no\-auto\-scan @@ -47,6 +33,14 @@ Runs ModemManager with "DEBUG" log level and without daemonizing. This is useful for debugging, as it directs log output to the controlling terminal in addition to syslog. .TP +.B \-V, \-\-version +Print the ModemManager software version and exit. +.TP +.B \-h, \-\-help +Show application options. + +.SH LOGGING OPTIONS +.TP .B \-\-log\-level=<level> Sets how much information ModemManager sends to the log destination (usually syslog's "daemon" facility). By default, only informational, warning, and error @@ -56,10 +50,10 @@ messages are logged. Given level must be one of "ERR", "WARN", "INFO" or "DEBUG" Specify location of the file where ModemManager will dump its log messages, instead of syslog. .TP -.B \-\-timestamps +.B \-\-log\-timestamps Include absolute timestamps in the log output. .TP -.B \-\-relative-timestamps +.B \-\-log\-relative\-timestamps Include timestamps, relative to the start time of the daemon, in the log output. .SH TEST OPTIONS |