From cf960ffe87e527a21a488dbb03ce5dcbf19b7838 Mon Sep 17 00:00:00 2001 From: David Howells Date: Tue, 13 May 2014 17:40:23 +0100 Subject: [PATCH] Fix the help-on-help text Signed-off-by: David Howells --- suite/help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", "+" ], -- 2.50.1