diff options
author | Mike Frysinger <vapier@google.com> | 2021-04-13 23:23:47 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@google.com> | 2021-04-14 15:25:53 +0000 |
commit | 233badcdd137292806a9ba9c4f404657dd79985b (patch) | |
tree | 4ef0c1ea3ddb5cf406c6a8ddf0e7e37d24b69ff0 /subcmds/list.py | |
parent | 0888a083ec6a23a75d3e681f08ef242acd862573 (diff) | |
download | git-repo-233badcdd137292806a9ba9c4f404657dd79985b.tar.gz |
list: fix help grammar
Change-Id: Ia642e38532173d59868e0101cc098eab706d715e
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/303302
Reviewed-by: Raman Tenneti <rtenneti@google.com>
Tested-by: Mike Frysinger <vapier@google.com>
Diffstat (limited to 'subcmds/list.py')
-rw-r--r-- | subcmds/list.py | 6 |
1 files 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): | |||
26 | List all projects; pass '.' to list the project for the cwd. | 26 | List all projects; pass '.' to list the project for the cwd. |
27 | 27 | ||
28 | By default, only projects that currently exist in the checkout are shown. If | 28 | By default, only projects that currently exist in the checkout are shown. If |
29 | you to list all projects (using the specified filter settings), use the --all | 29 | you want to list all projects (using the specified filter settings), use the |
30 | option. If you want to show all projects regardless of the manifest groups, | 30 | --all option. If you want to show all projects regardless of the manifest |
31 | then also pass --groups all. | 31 | groups, then also pass --groups all. |
32 | 32 | ||
33 | This is similar to running: repo forall -c 'echo "$REPO_PATH : $REPO_PROJECT"'. | 33 | This is similar to running: repo forall -c 'echo "$REPO_PATH : $REPO_PROJECT"'. |
34 | """ | 34 | """ |