]> git.michaelhowe.org Git - packages/a/afs-monitor.git/commitdiff
fix version string in check_afs_quotas
authorMichael Meffie <mmeffie@sinenomine.net>
Wed, 9 Jan 2013 14:48:46 +0000 (09:48 -0500)
committerRuss Allbery <rra@stanford.edu>
Thu, 10 Jan 2013 03:48:06 +0000 (19:48 -0800)
Fix the program name printed with check_afs_quotas -V.

check_afs_quotas

index d0ee042e8cc8a653a45d4524775f738134cead84..267d4b7ec0c4411f124c85c72f8b214a7341c14b 100755 (executable)
@@ -170,7 +170,7 @@ if ($help) {
     exec ('perldoc', '-t', $0) or die "Cannot fork: $!\n";
 } elsif ($version) {
     my $version = $VERSION;
-    print "check_afsspace $version\n";
+    print "check_afs_quotas $version\n";
     exit 0;
 }
 syntax ("extra arguments on command line") if @ARGV;