diff --git a/usr/bin/exec-terminal b/usr/bin/exec-terminal index ec77d8a..28145d5 100644 --- a/usr/bin/exec-terminal +++ b/usr/bin/exec-terminal @@ -1,4 +1,5 @@ #!/usr/bin/bash + set -e EXEC_TERMINAL=bash @@ -6,7 +7,7 @@ EXEC_TERMINAL=bash usage() { echo "Usage: ${0##*/} [cmd]" echo ' -s [shell] Change shell to [shell]' - echo ' -h This help' + echo ' -h Show help' exit 1 }