]> arthur.barton.de Git - netatalk.git/commitdiff
Correct the script name in one more place.
authorjmarcus <jmarcus>
Mon, 11 Feb 2002 21:10:00 +0000 (21:10 +0000)
committerjmarcus <jmarcus>
Mon, 11 Feb 2002 21:10:00 +0000 (21:10 +0000)
bin/cnid/cnid_maint.in

index 9ae38d9d8ec46a2a16b6c1c9c25596177b606de1..2582b1a7446b2e36927f79295bb4d62d0d642d62 100755 (executable)
@@ -3,7 +3,7 @@
 #
 # cnid_maint: A script to maintain the consistency of CNID databases.
 #
-# $Id: cnid_maint.in,v 1.7 2002-02-11 21:04:16 jmarcus Exp $
+# $Id: cnid_maint.in,v 1.8 2002-02-11 21:10:00 jmarcus Exp $
 #
 
 use strict;
@@ -308,7 +308,7 @@ sub version {
 }
 
 sub help {
-    print "usage: cnid_maint.pl [-hlsvV]\n";
+    print "usage: $0 [-hlsvV]\n";
     print "\t-h   view this message\n";
     print "\t-l   remove transaction logs after running recovery\n";
     print