summaryrefslogtreecommitdiffstats
path: root/subcmds/help.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/help.py')
-rw-r--r--subcmds/help.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/help.py b/subcmds/help.py
index 15aab7f9..78428825 100644
--- a/subcmds/help.py
+++ b/subcmds/help.py
@@ -49,7 +49,7 @@ Displays detailed usage information about a command.
49 except AttributeError: 49 except AttributeError:
50 summary = '' 50 summary = ''
51 print(fmt % (name, summary)) 51 print(fmt % (name, summary))
52 print("See 'repo help <command>' for more information on a" 52 print("See 'repo help <command>' for more information on a "
53 'specific command.') 53 'specific command.')
54 54
55 def _PrintCommonCommands(self): 55 def _PrintCommonCommands(self):