From c92d92a4999cfc0ca1df5a4bba257588eb3fa418 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 28 Apr 2023 08:42:35 -0400
Subject: [PATCH] Update monitor-lxcs.sh

tweak
---
 misc/monitor-lxcs.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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