From 8f76db779212819fe2fc6953fe12a30d155b5448 Mon Sep 17 00:00:00 2001 From: zachir Date: Sat, 30 Aug 2025 09:41:28 -0500 Subject: Add help message to dmount --- dmount | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 () { -- cgit v1.2.3