aboutsummaryrefslogtreecommitdiff
path: root/plugins-scripts/check_oracle.sh
diff options
context:
space:
mode:
Diffstat (limited to 'plugins-scripts/check_oracle.sh')
-rwxr-xr-xplugins-scripts/check_oracle.sh4
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
exit $STATE_OK
;;
--version)
- print_revision $PLUGIN $REVISION
+ print_revision $PROGNAME $REVISION
exit $STATE_OK
;;
-V)
- print_revision $PLUGIN $REVISION
+ print_revision $PROGNAME $REVISION
exit $STATE_OK
;;
esac