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 ;;
|
||||
*.ybcon )
|
||||
newArgs "$it"
|
||||
run=true
|
||||
break ;;
|
||||
run=true ;;
|
||||
* )
|
||||
usage false ;;
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue