Also show the usage when the -p/--printresult options are repeated together with .ybcon files.
This commit is contained in:
parent
f5c8b6290e
commit
6d3bb893a8
|
@ -58,8 +58,7 @@ if [ "$#" != 0 ]; then
|
||||||
fi ;;
|
fi ;;
|
||||||
*.ybcon )
|
*.ybcon )
|
||||||
newArgs "$it"
|
newArgs "$it"
|
||||||
run=true
|
run=true ;;
|
||||||
break ;;
|
|
||||||
* )
|
* )
|
||||||
usage false ;;
|
usage false ;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in New Issue