diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2017-05-18 12:32:06 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2017-05-18 12:35:51 +0200 |
commit | 5947cda9f49aad2f3c05dbe44c47fcc575156ac6 (patch) | |
tree | 3ea221612517e52f63f619df7f87e61ba4349150 | |
parent | e8acfe0296d2883f6f337cb71fd809cc2c90f564 (diff) |
man: include missing --no-auto-scan and --initial-kernel-events
And remove --test-no-auto-scan, as the 'no auto scan' feature isn't
only a test feature now.
-rw-r--r-- | docs/man/ModemManager.8 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/man/ModemManager.8 b/docs/man/ModemManager.8 index d9c527c5..f21208a3 100644 --- a/docs/man/ModemManager.8 +++ b/docs/man/ModemManager.8 @@ -34,6 +34,14 @@ Show application and test options. Show test options. .SH APPLICATION OPTIONS +.TP +.B \-\-no\-auto\-scan +Fully disable udev-based auto-scan looking for devices. +.TP +.B \-\-initial\-kernel\-events=<filename> +Specify location of the file where the list of initial kernel events is +available. The ModemManager daemon will process this file on startup. +.TP .B \-\-debug 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 @@ -59,9 +67,6 @@ Include timestamps, relative to the start time of the daemon, in the log output. .B \-\-test\-session Run the ModemManager daemon in the Session bus instead of the System bus. .TP -.B \-\-test\-no\-auto\-scan -Fully disable udev-based auto-scan looking for devices. -.TP .B \-\-test\-enable Enable the Test DBus interface in the daemon. .TP |