From 8394dc083cd03fcbf9d621ceb1991c1441106d21 Mon Sep 17 00:00:00 2001 From: Michael Meffie Date: Wed, 9 Jan 2013 09:48:46 -0500 Subject: [PATCH] fix version string in check_afs_quotas Fix the program name printed with check_afs_quotas -V. --- check_afs_quotas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5