Update monitor-lxcs.sh

tweak
This commit is contained in:
tteckster 2023-04-28 08:42:35 -04:00 committed by GitHub
parent 8f9b06609f
commit c92d92a499
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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