summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2014-10-14 18:14:19 +0200
committerGravatar Martin Szulecki2014-10-14 18:14:19 +0200
commita52ac3be02779b3cd1c1c1db5c86bf79ece7a5d1 (patch)
treebd651900667fc0e08b017fbcd218c755902a2c07
parent1dc5437d7c25df26368dcce8db75785eb48ec6aa (diff)
downloadusbmuxd-a52ac3be02779b3cd1c1c1db5c86bf79ece7a5d1.tar.gz
usbmuxd-a52ac3be02779b3cd1c1c1db5c86bf79ece7a5d1.tar.bz2
docs: Update man page to match latest usage changes
-rw-r--r--docs/usbmuxd.127
1 files changed, 20 insertions, 7 deletions
diff --git a/docs/usbmuxd.1 b/docs/usbmuxd.1
index cfea4f7..00f0a5c 100644
--- a/docs/usbmuxd.1
+++ b/docs/usbmuxd.1
@@ -30,19 +30,32 @@ Ensure proper permissions are setup for the daemon to access the directory.
.SH OPTIONS
.TP
.B \-U, \-\-user USER
-change to this user after startup (needs USB privileges).
+Change to this user after startup (needs USB privileges).
+.TP
+.B \-f, \-\-foreground
+Do not daemonize (implies one -v).
+.TP
+.B \-n, \-\-disable-hotplug
+Disables automatic discovery of devices on hotplug. Starting another instance
+will trigger discovery instead.
+.TP
+.B \-z, \-\-enable-exit
+Enable "--exit" request from other instances and exit automatically if no
+device is attached.
.TP
.B \-u, \-\-udev
-run in udev operation mode (USB hotplug will be signaled to the daemon using udev).
+Run in udev operation mode (implies -n and -z).
+.TP
+.B \-s, \-\-systemd
+Run in systemd operation mode (implies -z and -f).
.TP
.B \-x, \-\-exit
-tell a running instance to exit if there are no devices connected.
+Notify a running instance to exit if there are no devices connected (sends
+SIGUSR1 to running instance) and exit.
.TP
.B \-X, \-\-force-exit
-tell a running instance to exit, even if there are still devices connected (always works).
-.TP
-.B \-f, \-\-foreground
-do not daemonize (implies one -v).
+Notify a running instance to exit even if there are still devices connected
+(always works) and exit.
.TP
.B \-v, \-\-verbose
be verbose (use twice or more to increase verbose level).