Преглед изворни кода

Update check_log.sh

Fix print_usage()
arvanus пре 11 година
родитељ
комит
87f7552625
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      plugins-scripts/check_log.sh

+ 1 - 0
plugins-scripts/check_log.sh

@@ -82,6 +82,7 @@ print_usage() {
     echo "Usage: $PROGNAME --version"
     echo "     Aditional parameter:"
     echo "        -w (--max_warning) If used, determines the maximum matching value to return as warning, when finding more matching lines than this parameter will return as critical. If not used, will consider as default 0 (any matching will consider as critical)"
+    echo "Usage: $PROGNAME -F logfile -O oldlog -q query -w <number>"
 }
 
 print_help() {