From: Michael Meffie Date: Wed, 9 Jan 2013 14:48:46 +0000 (-0500) Subject: fix version string in check_afs_quotas X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=8394dc083cd03fcbf9d621ceb1991c1441106d21;p=packages%2Fa%2Fafs-monitor.git fix version string in check_afs_quotas Fix the program name printed with check_afs_quotas -V. --- diff --git a/check_afs_quotas b/check_afs_quotas index d0ee042..267d4b7 100755 --- a/check_afs_quotas +++ b/check_afs_quotas @@ -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;