diff options
-rwxr-xr-x | dmount | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 () { |