Add exit after help menu

This commit is contained in:
RealStickman 2023-05-22 21:20:33 +02:00
parent 2fd0891655
commit 4f67115b25

View File

@ -89,6 +89,7 @@ if [[ "$#" -eq 1 ]]; then
echo "-h, --help Show help menu" echo "-h, --help Show help menu"
echo "-t, --theme Show theme selection screen" echo "-t, --theme Show theme selection screen"
echo "-f, --firefox Update firefox config" echo "-f, --firefox Update firefox config"
exit 0
fi fi
elif [[ "$#" -gt 1 ]]; then elif [[ "$#" -gt 1 ]]; then
echo "Too many arguments" echo "Too many arguments"