summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2025-08-30 09:47:27 -0500
committerzachir <zachir@librem.one>2025-08-30 09:47:27 -0500
commitcd7e5fae8856778e246b47ac58937a7d17fb11a4 (patch)
tree6eaf246db8ea926337f79bca483f5dad01c2d798
parent6d4b7d826830e25b7bbe254519a1c4906284b481 (diff)
Add help message to dmenumount dmenuumount
-rwxr-xr-xdmenumount3
-rwxr-xr-xdmenuumount3
2 files changed, 6 insertions, 0 deletions
diff --git a/dmenumount b/dmenumount
index 7bbde5f..54779e3 100755
--- a/dmenumount
+++ b/dmenumount
@@ -8,6 +8,9 @@
# input a novel directory, it will prompt you to create that directory.
printhelp () {
+ printf "dmenumount: dmenu prompt to mount drives or android phones\n"
+ printf "dmenumount [-d X]\n"
+ printf "\t-d X) pass X as an arg to dmenu\n"
exit
}
diff --git a/dmenuumount b/dmenuumount
index 32175f2..877bae0 100755
--- a/dmenuumount
+++ b/dmenuumount
@@ -7,6 +7,9 @@
# Drives mounted at /, /boot and /home will not be options to unmount.
printhelp () {
+ printf "dmenuumount: dmenu prompt to unmount drives\n"
+ printf "dmenuumount [-d X]\n"
+ printf "\t-d X) pass X as an arg to dmenu\n"
exit
}