]> git.tdb.fi Git - pmount-gui.git/blobdiff - README.txt
Add another flag to autohide the manager when there are no devices
[pmount-gui.git] / README.txt
index 2f6ebe60aa1f92a122c21dc418570700a09e0c44..cb9946831223794de9cf88a6afa7b62c49bd2181 100644 (file)
@@ -5,10 +5,25 @@ one to mount.  Default selection is the device which was connected to the
 system last, making it easy to quickly mount the USB memory stick you just
 plugged in.
 
-In addition, there are two command-line switches:
+In addition, there are some command-line switches:
 
-  -u  Unmount a device.
-  -v  Increases verbosity.  Useful if pmount-gui is misbehaving.
+  -u
+    Unmount a device instead of mounting.
+
+  -v
+    Increases verbosity.  Useful if pmount-gui is misbehaving.
+
+  -r <command>
+    Runs a command after mounting, for example a terminal emulator or a file
+    manager.  The command is run without arguments in the directory where the
+    device was mounted.
+
+  -m
+    Start a persistent mount manager window from which devices can be both
+    mounted and unmounted.
+
+  -h
+    Displays a summary of options.
 
 Suggested usage pattern is to bind pmount-gui to a shortcut key in your window
 manager to provide quick access.