소스 검색

Update monitor-lxcs.sh

tweak
tteckster 2 년 전
부모
커밋
c92d92a499
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      misc/monitor-lxcs.sh

+ 1 - 1
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