diff --git a/common/snigdhaos-libs/exec-terminal b/common/snigdhaos-libs/exec-terminal index 193a49df..60bac4f8 100644 --- a/common/snigdhaos-libs/exec-terminal +++ b/common/snigdhaos-libs/exec-terminal @@ -5,8 +5,8 @@ LAUNCH_TERMINAL_SHELL=bash usage(){ echo "Usage: ${0##*/} [cmd]" - echo " -s [shell] changes the shell to [shell]" - echo ' -h This help' + echo ' -s [shell] Change shell to [shell]' + echo ' -h This help' exit 1 }