Add exit after help menu
This commit is contained in:
parent
2fd0891655
commit
4f67115b25
@ -89,6 +89,7 @@ if [[ "$#" -eq 1 ]]; then
|
||||
echo "-h, --help Show help menu"
|
||||
echo "-t, --theme Show theme selection screen"
|
||||
echo "-f, --firefox Update firefox config"
|
||||
exit 0
|
||||
fi
|
||||
elif [[ "$#" -gt 1 ]]; then
|
||||
echo "Too many arguments"
|
||||
|
Loading…
Reference in New Issue
Block a user