diff options
-rwxr-xr-x | plugins-scripts/check_file_age.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins-scripts/check_file_age.pl b/plugins-scripts/check_file_age.pl index 0215c0f..ca8883e 100755 --- a/plugins-scripts/check_file_age.pl +++ b/plugins-scripts/check_file_age.pl | |||
@@ -55,7 +55,7 @@ GetOptions( | |||
55 | "C=f" => \$opt_C, "critical-size=f" => \$opt_C); | 55 | "C=f" => \$opt_C, "critical-size=f" => \$opt_C); |
56 | 56 | ||
57 | if ($opt_V) { | 57 | if ($opt_V) { |
58 | print_revision($PROGNAME, '$Id$'); | 58 | print_revision($PROGNAME, '$Revision$'); |
59 | exit $ERRORS{'OK'}; | 59 | exit $ERRORS{'OK'}; |
60 | } | 60 | } |
61 | 61 | ||
@@ -102,7 +102,7 @@ sub print_usage () { | |||
102 | } | 102 | } |
103 | 103 | ||
104 | sub print_help () { | 104 | sub print_help () { |
105 | print_revision($PROGNAME, '$Id$'); | 105 | print_revision($PROGNAME, '$Revision$'); |
106 | print "Copyright (c) 2003 Steven Grimm\n\n"; | 106 | print "Copyright (c) 2003 Steven Grimm\n\n"; |
107 | print_usage(); | 107 | print_usage(); |
108 | print "\n"; | 108 | print "\n"; |