summaryrefslogtreecommitdiffstats
path: root/subcmds/forall.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/forall.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/forall.py')
-rw-r--r--subcmds/forall.py2
1 files changed, 1 insertions, 1 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.