summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdmount8
1 files changed, 7 insertions, 1 deletions
diff --git a/dmount b/dmount
index 053ca3e..bfa989a 100755
--- a/dmount
+++ b/dmount
@@ -1,7 +1,13 @@
#!/bin/sh
printhelp () {
- printf "tmp\n"
+ printf "dmount: decrypt and mount drives and mount android phones\n"
+ printf "dmount [-pP] [-d X] [-u X] [-g X]\n"
+ printf "\t-p) mount with userid and groupid\n"
+ printf "\t-P) mount without userid and groupid\n"
+ printf "\t-d X) provide X as arg to dmenu\n"
+ printf "\t-u X) use X as userid\n"
+ printf "\t-g X) use X as groupid\n"
}
show () {