From 80f2327569b28142216bdb3bd56348c401109fc3 Mon Sep 17 00:00:00 2001 From: Adrian Amaglio Date: Fri, 18 Feb 2022 00:15:44 +0100 Subject: [PATCH] better usage message --- interractive_mount | 1 + 1 file changed, 1 insertion(+) diff --git a/interractive_mount b/interractive_mount index 4e44f7c..b46f7fa 100755 --- a/interractive_mount +++ b/interractive_mount @@ -3,6 +3,7 @@ function usage () { echo "Usage:" echo "$0 " + echo "action is either mount or unmount" } # If no display found, full text interface. use dmenu and dunstify else.