fixed syntax error
This commit is contained in:
parent
e26ecd9efa
commit
27df0fd6ac
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ do
|
|||
case "${flag}" in
|
||||
u) username=${OPTARG};;
|
||||
f) format=${OPTARG};;
|
||||
h) help(); exit;;
|
||||
h) help exit;;
|
||||
esac
|
||||
done
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue