summaryrefslogtreecommitdiffstats
path: root/subcmds/help.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/help.py')
-rw-r--r--subcmds/help.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/subcmds/help.py b/subcmds/help.py
index 6e0238a0..a2814e11 100644
--- a/subcmds/help.py
+++ b/subcmds/help.py
@@ -17,9 +17,9 @@ import sys
17from formatter import AbstractFormatter, DumbWriter 17from formatter import AbstractFormatter, DumbWriter
18 18
19from color import Coloring 19from color import Coloring
20from command import PagedCommand 20from command import PagedCommand, MirrorSafeCommand
21 21
22class Help(PagedCommand): 22class Help(PagedCommand, MirrorSafeCommand):
23 common = False 23 common = False
24 helpSummary = "Display detailed help on a command" 24 helpSummary = "Display detailed help on a command"
25 helpUsage = """ 25 helpUsage = """