diff options
Diffstat (limited to 'subcmds/help.py')
-rw-r--r-- | subcmds/help.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subcmds/help.py b/subcmds/help.py index 93b9a86d..36b3a7ae 100644 --- a/subcmds/help.py +++ b/subcmds/help.py | |||
@@ -23,6 +23,7 @@ from color import Coloring | |||
23 | from command import PagedCommand, MirrorSafeCommand, GitcAvailableCommand, GitcClientCommand | 23 | from command import PagedCommand, MirrorSafeCommand, GitcAvailableCommand, GitcClientCommand |
24 | import gitc_utils | 24 | import gitc_utils |
25 | 25 | ||
26 | |||
26 | class Help(PagedCommand, MirrorSafeCommand): | 27 | class Help(PagedCommand, MirrorSafeCommand): |
27 | common = False | 28 | common = False |
28 | helpSummary = "Display detailed help on a command" | 29 | helpSummary = "Display detailed help on a command" |