summaryrefslogtreecommitdiffstats
path: root/subcmds/list.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/list.py')
-rw-r--r--subcmds/list.py6
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):
26List all projects; pass '.' to list the project for the cwd. 26List all projects; pass '.' to list the project for the cwd.
27 27
28By default, only projects that currently exist in the checkout are shown. If 28By default, only projects that currently exist in the checkout are shown. If
29you to list all projects (using the specified filter settings), use the --all 29you want to list all projects (using the specified filter settings), use the
30option. 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
31then also pass --groups all. 31groups, then also pass --groups all.
32 32
33This is similar to running: repo forall -c 'echo "$REPO_PATH : $REPO_PROJECT"'. 33This is similar to running: repo forall -c 'echo "$REPO_PATH : $REPO_PROJECT"'.
34""" 34"""