diff --git a/misc/monitor-lxcs.sh b/misc/monitor-lxcs.sh index 7576114a..4218e53a 100644 --- a/misc/monitor-lxcs.sh +++ b/misc/monitor-lxcs.sh @@ -109,6 +109,6 @@ if [ "$1" == "add" ]; then elif [ "$1" == "remove" ]; then remove else - echo "Usage: $0 [add | remove]" + echo "Usage: $0 [ -s add | -s remove ]" exit 1 fi