diff options
Diffstat (limited to 'plugins-scripts/check_oracle.sh')
| -rwxr-xr-x | plugins-scripts/check_oracle.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins-scripts/check_oracle.sh b/plugins-scripts/check_oracle.sh index 56962e37..0a8f1521 100755 --- a/plugins-scripts/check_oracle.sh +++ b/plugins-scripts/check_oracle.sh | |||
| @@ -89,11 +89,11 @@ case "$cmd" in | |||
| 89 | exit $STATE_OK | 89 | exit $STATE_OK |
| 90 | ;; | 90 | ;; |
| 91 | --version) | 91 | --version) |
| 92 | print_revision $PLUGIN $REVISION | 92 | print_revision $PROGNAME $REVISION |
| 93 | exit $STATE_OK | 93 | exit $STATE_OK |
| 94 | ;; | 94 | ;; |
| 95 | -V) | 95 | -V) |
| 96 | print_revision $PLUGIN $REVISION | 96 | print_revision $PROGNAME $REVISION |
| 97 | exit $STATE_OK | 97 | exit $STATE_OK |
| 98 | ;; | 98 | ;; |
| 99 | esac | 99 | esac |
