diff options
Diffstat (limited to 'subcmds/help.py')
-rw-r--r-- | subcmds/help.py | 4 |
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 | |||
17 | from formatter import AbstractFormatter, DumbWriter | 17 | from formatter import AbstractFormatter, DumbWriter |
18 | 18 | ||
19 | from color import Coloring | 19 | from color import Coloring |
20 | from command import PagedCommand | 20 | from command import PagedCommand, MirrorSafeCommand |
21 | 21 | ||
22 | class Help(PagedCommand): | 22 | class 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 = """ |