diff options
author | Matthias Eble <psychotrahe@users.sourceforge.net> | 2007-07-07 11:40:29 (GMT) |
---|---|---|
committer | Matthias Eble <psychotrahe@users.sourceforge.net> | 2007-07-07 11:40:29 (GMT) |
commit | a10569f1399c3549dbcd8f79f10cf49b0cbaadf6 (patch) | |
tree | 22749fa38555cca0583f46e17e8d0095f74f556a /plugins-scripts/check_log.sh | |
parent | 370561d594cd5b444d8858f10baa7712bac6a534 (diff) | |
download | monitoring-plugins-a10569f1399c3549dbcd8f79f10cf49b0cbaadf6.tar.gz |
Changed order in -V/--version output
Fixed -V output for check_log and check_oracle
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1749 f882894a-f735-0410-b71e-b25c423dba1c
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) |