Update glacier

This commit is contained in:
everest 2022-06-03 12:57:22 +00:00 committed by GitHub
parent 752ff88e76
commit 983f98d1a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -211,7 +211,11 @@ while [[ $# -gt 0 ]]; do
exit 0 exit 0
;; ;;
-*|--*) -*|--*)
printf "$red[ $error ]$reset Unknown option, use 'glacier -h' to see usage. $reset" printf "$red [ $error ]$reset Unknown option, use 'glacier -h' to see usage."
exit 1
;;
*)
printf "$red [ $error ]$reset Unknown option, use 'glacier -h' to see usage."
exit 1 exit 1
;; ;;
esac esac