Fix the switch case instruction in scripts/ybcon.sh.
This commit is contained in:
parent
1a2550f27e
commit
36c1f17fc1
|
@ -44,6 +44,9 @@ if [ "$#" != 0 ]; then
|
||||||
for it in "$@"
|
for it in "$@"
|
||||||
do
|
do
|
||||||
case "$it" in
|
case "$it" in
|
||||||
|
-h | --help | --version )
|
||||||
|
usage false
|
||||||
|
exit 0 ;;
|
||||||
-p | --printresult )
|
-p | --printresult )
|
||||||
newArgs "$it"
|
newArgs "$it"
|
||||||
shift ;;
|
shift ;;
|
||||||
|
|
Loading…
Reference in New Issue