fixed syntax error

This commit is contained in:
Stefen Auris 2023-02-12 18:19:20 -05:00
parent e26ecd9efa
commit 27df0fd6ac

View file

@ -8,7 +8,7 @@ do
case "${flag}" in case "${flag}" in
u) username=${OPTARG};; u) username=${OPTARG};;
f) format=${OPTARG};; f) format=${OPTARG};;
h) help(); exit;; h) help exit;;
esac esac
done done