From: David Howells Date: Tue, 13 May 2014 16:40:23 +0000 (+0100) Subject: Fix the help-on-help text X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=cf960ffe87e527a21a488dbb03ce5dcbf19b7838;p=users%2Fdhowells%2Fkafs-utils.git Fix the help-on-help text Signed-off-by: David Howells --- diff --git a/suite/help.py b/suite/help.py index 068c0b7..3c700c5 100644 --- a/suite/help.py +++ b/suite/help.py @@ -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", "+" ],