]> git.tdb.fi Git - pmount-gui.git/blobdiff - README.txt
Documentation updates
[pmount-gui.git] / README.txt
index 2f6ebe60aa1f92a122c21dc418570700a09e0c44..7643a77b25a786fcc3f0092deadbee1311d2d875 100644 (file)
@@ -5,13 +5,29 @@ 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.
 
-Suggested usage pattern is to bind pmount-gui to a shortcut key in your window
-manager to provide quick access.
+  -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
+    Starts pmount-gui in mount manager mode.  Devices may be both mounted and
+    unmounted, and the application won't terminate after an operation.
+
+  -M
+    Similar to -m, but the window is temporarily hidden when there are no
+    mountable devices present.
+
+  -h
+    Displays a summary of options.
 
 pmount-gui was written by Mikko Rasa and is distributed under the BSD license.
 See the file LICENSE.txt for full license text.