summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--subcmds/forall.py2
-rw-r--r--subcmds/list.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/subcmds/forall.py b/subcmds/forall.py
index 872c95c7..aa998d20 100644
--- a/subcmds/forall.py
+++ b/subcmds/forall.py
@@ -44,7 +44,7 @@ class Forall(Command, MirrorSafeCommand):
44 helpSummary = "Run a shell command in each project" 44 helpSummary = "Run a shell command in each project"
45 helpUsage = """ 45 helpUsage = """
46%prog [<project>...] -c <command> [<arg>...] 46%prog [<project>...] -c <command> [<arg>...]
47%prog -r str1 [str2] ... -c <command> [<arg>...]" 47%prog -r str1 [str2] ... -c <command> [<arg>...]
48""" 48"""
49 helpDescription = """ 49 helpDescription = """
50Executes the same shell command in each project. 50Executes the same shell command in each project.
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.