Update glacier

This commit is contained in:
everest 2022-06-08 16:36:52 +00:00 committed by GitHub
parent de61a35eef
commit 975ad4fcd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -229,5 +229,9 @@ while [[ $# -gt 0 ]]; do
printf "$red [ $error ]$reset Unknown option, use 'glacier -h' to see usage.\n"
exit 1
;;
)
printf "$red [ $error ]$reset No arguments given, use 'glacier -h' to see usage.\n"
exit 1
;;
esac
done