diff --git a/stocheck.sh b/stocheck.sh index b235db4..291987e 100644 --- a/stocheck.sh +++ b/stocheck.sh @@ -153,16 +153,16 @@ while [ -n "$1" ]; do exit fi elif [[ "$1" == "--help" ]] || [[ "$1" == "-h" ]];then - echo "Usage: $0 (options) (y/n)" + echo "Usage: $0 (options)" echo "Options:" echo " -u/--update -- update the script" echo " -h/--help -- show help" exit else - echo "Usage: $0 (options) (y/n)" + echo "Usage: $0 (options)" echo "Options:" echo " -u/--update -- update the script" echo " -h/--help -- show help" exit fi -done \ No newline at end of file +done