From 4967cc5d0a9f75d9af9563c440472005058b4dbd Mon Sep 17 00:00:00 2001 From: Nils <32552517+byReqz@users.noreply.github.com> Date: Sun, 24 Jan 2021 20:52:00 +0000 Subject: [PATCH] Update stocheck.sh --- stocheck.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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