From 3001d6a42645731e5030d238cc739745b9c45817 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 12 Nov 2021 01:39:21 -0500 Subject: help: fix grammar in help text Bug: https://crbug.com/gerrit/14838 Change-Id: Ic5000921ba9a1baa086153630ebbb429e3d17642 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/323515 Reviewed-by: Jack Neus Tested-by: Mike Frysinger --- subcmds/help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subcmds/help.py') 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. self.PrintAllCommandsBody() def PrintAllCommandsBody(self): - print('The complete list of recognized repo commands are:') + print('The complete list of recognized repo commands is:') commandNames = list(sorted(all_commands)) self._PrintCommands(commandNames) print("See 'repo help ' for more information on a " -- cgit v1.2.3-54-g00ecf