mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-19 21:48:52 -04:00
case on key to ERRORS hash
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@92 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
bf059287f7
commit
d7ffaa659f
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ if ($opt_h) { print_help(); exit $ERRORS{'OK'}; }
|
|||
# -V means display version number
|
||||
if ($opt_V) {
|
||||
print_revision($PROGNAME,'$Revision$ ');
|
||||
exit $ERRORS{'Ok'};
|
||||
exit $ERRORS{'OK'};
|
||||
}
|
||||
|
||||
# Hash containing all RPC program names and numbers
|
||||
|
|
|
|||
Loading…
Reference in a new issue