typos
This commit is contained in:
parent
ba55b6f6c7
commit
64f52f3e81
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ OPTIND=1
|
|||
while getopts "hF:C:W:" opt; do
|
||||
case "$opt" in
|
||||
h)
|
||||
echo "Usage: $0 [-h] [-w warning (default: $warning)] [-c critical (default: $critical) -F <filename>]"
|
||||
echo "Usage: $0 [-h] [-w <warning> (default: $warning)] [-c <critical> (default: $critical) -F <filename>]"
|
||||
exit 3
|
||||
;;
|
||||
W)
|
||||
|
|
|
@ -14,7 +14,7 @@ critical=3600
|
|||
|
||||
while :; do
|
||||
case "$1" in
|
||||
-h) echo "Usage $0: [-h] [-w warning (default: $warning)] [-c critical (default: $critical)]"
|
||||
-h) echo "Usage: $0 [-h] [-w <warning> (default: $warning)] [-c <critical> (default: $critical)]"
|
||||
shift;
|
||||
exit 2;
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue