Also show the usage when the -p/--printresult options are repeated together with .ybcon files.

This commit is contained in:
Username404-59 2021-02-26 21:58:05 +01:00
parent f5c8b6290e
commit 6d3bb893a8
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 2 deletions

View File

@ -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