mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-15 22:00:06 -04:00
fixed the outputs of the --versions options on 3 scripts
This commit is contained in:
parent
ac3032a0ba
commit
5af4db7b41
3 changed files with 3 additions and 3 deletions
|
|
@ -109,7 +109,7 @@ while test -n "$1"; do
|
|||
;;
|
||||
-V | --version)
|
||||
print_revision "$PROGNAME" "$REVISION"
|
||||
exit "$STATE_OK"
|
||||
exit "$STATE_UNKNOWN"
|
||||
;;
|
||||
-F | --filename)
|
||||
logfile=$2
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@ case "$cmd" in
|
|||
;;
|
||||
--version)
|
||||
print_revision "$PROGNAME" "$REVISION"
|
||||
exit "$STATE_OK"
|
||||
exit "$STATE_UNKNOWN"
|
||||
;;
|
||||
-V)
|
||||
print_revision "$PROGNAME" "$REVISION"
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ case "$1" in
|
|||
;;
|
||||
--version)
|
||||
print_revision "$PROGNAME" "$REVISION"
|
||||
exit "$STATE_OK"
|
||||
exit "$STATE_UNKNOWN"
|
||||
;;
|
||||
-V)
|
||||
print_revision "$PROGNAME" "$REVISION"
|
||||
|
|
|
|||
Loading…
Reference in a new issue