mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-22 14:46:57 -04:00
substituted $ID$ through $Revision$ in print_revision call
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1750 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
a10569f139
commit
603de749ba
1 changed files with 2 additions and 2 deletions
|
|
@ -55,7 +55,7 @@ GetOptions(
|
|||
"C=f" => \$opt_C, "critical-size=f" => \$opt_C);
|
||||
|
||||
if ($opt_V) {
|
||||
print_revision($PROGNAME, '$Id$');
|
||||
print_revision($PROGNAME, '$Revision$');
|
||||
exit $ERRORS{'OK'};
|
||||
}
|
||||
|
||||
|
|
@ -102,7 +102,7 @@ sub print_usage () {
|
|||
}
|
||||
|
||||
sub print_help () {
|
||||
print_revision($PROGNAME, '$Id$');
|
||||
print_revision($PROGNAME, '$Revision$');
|
||||
print "Copyright (c) 2003 Steven Grimm\n\n";
|
||||
print_usage();
|
||||
print "\n";
|
||||
|
|
|
|||
Loading…
Reference in a new issue