better usage message

This commit is contained in:
Adrian Amaglio 2022-02-18 00:15:44 +01:00
parent be988104cb
commit 80f2327569

View File

@ -3,6 +3,7 @@
function usage () { function usage () {
echo "Usage:" echo "Usage:"
echo "$0 <action>" echo "$0 <action>"
echo "action is either mount or unmount"
} }
# If no display found, full text interface. use dmenu and dunstify else. # If no display found, full text interface. use dmenu and dunstify else.