mirror of
https://github.com/erenfro/gen2stage4.git
synced 2024-11-13 02:38:57 -05:00
Improved getopts usage
As suggested by Walter Hüttenmeyer.
This commit is contained in:
parent
bc637d61d1
commit
8dfbdc41f9
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ USAGE="usage:\n\
|
|||
-h: displays help message."
|
||||
|
||||
# reads options:
|
||||
while getopts ':te:skqcblph' flag; do
|
||||
while getopts ':t:e:skqcblph' flag; do
|
||||
case "${flag}" in
|
||||
t)
|
||||
TARGET="$OPTARG"
|
||||
|
|
Loading…
Reference in a new issue