diff --git a/scripts/ybcon.sh b/scripts/ybcon.sh index 456a3c1..b546005 100755 --- a/scripts/ybcon.sh +++ b/scripts/ybcon.sh @@ -35,6 +35,8 @@ if [ "$#" != 0 ]; then if [ "$1" = "-h" ] || [ "$1" = "--help" ]; then usage true exit 0; + elif [ "$1" = "-p" ] || [ "$1" = "--printresult" ]; then + usage false; exit 0; elif [ "$1" = "--version" ]; then run=true args="$1"