]> git.infradead.org Git - users/dhowells/kafs-utils.git/commitdiff
Fix the help-on-help text
authorDavid Howells <dhowells@redhat.com>
Tue, 13 May 2014 16:40:23 +0000 (17:40 +0100)
committerDavid Howells <dhowells@redhat.com>
Tue, 13 May 2014 16:40:23 +0000 (17:40 +0100)
Signed-off-by: David Howells <dhowells@redhat.com>
suite/help.py

index 068c0b73d2257d84c97b784c96b321525dbb0c81..3c700c5d21534f1042011d1890e2dc63ce7425c2 100644 (file)
@@ -25,7 +25,7 @@ from afs.exception import AFSException
 from afs.argparse import *
 from afs.lib.output import *
 
-help = "Get help on commandsw"
+help = "Get help on commands"
 
 command_arguments = [
     [ "topic",          get_strings,            "om",         "<help string>+" ],