From 233badcdd137292806a9ba9c4f404657dd79985b Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 13 Apr 2021 23:23:47 -0400 Subject: [PATCH] list: fix help grammar Change-Id: Ia642e38532173d59868e0101cc098eab706d715e Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/303302 Reviewed-by: Raman Tenneti Tested-by: Mike Frysinger --- subcmds/list.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/subcmds/list.py b/subcmds/list.py index 0dfaf317..5cbc0c22 100644 --- a/subcmds/list.py +++ b/subcmds/list.py @@ -26,9 +26,9 @@ class List(Command, MirrorSafeCommand): List all projects; pass '.' to list the project for the cwd. By default, only projects that currently exist in the checkout are shown. If -you to list all projects (using the specified filter settings), use the --all -option. If you want to show all projects regardless of the manifest groups, -then also pass --groups all. +you want to list all projects (using the specified filter settings), use the +--all option. If you want to show all projects regardless of the manifest +groups, then also pass --groups all. This is similar to running: repo forall -c 'echo "$REPO_PATH : $REPO_PROJECT"'. """