diff options
Diffstat (limited to 'subcmds/help.py')
-rw-r--r-- | subcmds/help.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/help.py b/subcmds/help.py index 1a60ef45..1ad391db 100644 --- a/subcmds/help.py +++ b/subcmds/help.py | |||
@@ -53,7 +53,7 @@ Displays detailed usage information about a command. | |||
53 | self.PrintAllCommandsBody() | 53 | self.PrintAllCommandsBody() |
54 | 54 | ||
55 | def PrintAllCommandsBody(self): | 55 | def PrintAllCommandsBody(self): |
56 | print('The complete list of recognized repo commands are:') | 56 | print('The complete list of recognized repo commands is:') |
57 | commandNames = list(sorted(all_commands)) | 57 | commandNames = list(sorted(all_commands)) |
58 | self._PrintCommands(commandNames) | 58 | self._PrintCommands(commandNames) |
59 | print("See 'repo help <command>' for more information on a " | 59 | print("See 'repo help <command>' for more information on a " |