summaryrefslogtreecommitdiffstats
path: root/subcmds/help.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/help.py')
-rw-r--r--subcmds/help.py1
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
23from command import PagedCommand, MirrorSafeCommand, GitcAvailableCommand, GitcClientCommand 23from command import PagedCommand, MirrorSafeCommand, GitcAvailableCommand, GitcClientCommand
24import gitc_utils 24import gitc_utils
25 25
26
26class Help(PagedCommand, MirrorSafeCommand): 27class 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"