diff options
Diffstat (limited to 'plugins-scripts/check_log.sh')
-rwxr-xr-x | plugins-scripts/check_log.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins-scripts/check_log.sh b/plugins-scripts/check_log.sh index 20c55f4..6f6e68c 100755 --- a/plugins-scripts/check_log.sh +++ b/plugins-scripts/check_log.sh | |||
@@ -116,11 +116,11 @@ while test -n "$1"; do | |||
116 | exit $STATE_OK | 116 | exit $STATE_OK |
117 | ;; | 117 | ;; |
118 | --version) | 118 | --version) |
119 | print_revision $PROGNAME $VERSION | 119 | print_revision $PROGNAME $REVISION |
120 | exit $STATE_OK | 120 | exit $STATE_OK |
121 | ;; | 121 | ;; |
122 | -V) | 122 | -V) |
123 | print_revision $PROGNAME $VERSION | 123 | print_revision $PROGNAME $REVISION |
124 | exit $STATE_OK | 124 | exit $STATE_OK |
125 | ;; | 125 | ;; |
126 | --filename) | 126 | --filename) |