summaryrefslogtreecommitdiffstats
path: root/subcmds/list.py
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2021-03-19 13:45:57 -0400
committerMike Frysinger <vapier@google.com>2021-03-19 21:13:49 +0000
commit323b113f55a5daa6cd633a5252632c2e1ee629c7 (patch)
tree94189007211676bb43bcbb49a476ac55972978b0 /subcmds/list.py
parent8367096d02fb288e67586182c6d3e32bb7b72ce1 (diff)
downloadgit-repo-323b113f55a5daa6cd633a5252632c2e1ee629c7.tar.gz
forall/list: delete spurious "
Change-Id: I6995d48be1d8fc5d93f4b9fa617fad70b5b3429f Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/300902 Reviewed-by: Michael Mortensen <mmortensen@google.com> Tested-by: Mike Frysinger <vapier@google.com>
Diffstat (limited to 'subcmds/list.py')
-rw-r--r--subcmds/list.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/list.py b/subcmds/list.py
index a1247b75..7825dee1 100644
--- a/subcmds/list.py
+++ b/subcmds/list.py
@@ -20,7 +20,7 @@ class List(Command, MirrorSafeCommand):
20 helpSummary = "List projects and their associated directories" 20 helpSummary = "List projects and their associated directories"
21 helpUsage = """ 21 helpUsage = """
22%prog [-f] [<project>...] 22%prog [-f] [<project>...]
23%prog [-f] -r str1 [str2]..." 23%prog [-f] -r str1 [str2]...
24""" 24"""
25 helpDescription = """ 25 helpDescription = """
26List all projects; pass '.' to list the project for the cwd. 26List all projects; pass '.' to list the project for the cwd.