Update glacier

This commit is contained in:
everest 2022-06-08 12:01:20 +00:00 committed by GitHub
parent 5fe0e37d68
commit b6aa112bd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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