diff options
author | Mike Frysinger <vapier@google.com> | 2021-03-19 13:45:57 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@google.com> | 2021-03-19 21:13:49 +0000 |
commit | 323b113f55a5daa6cd633a5252632c2e1ee629c7 (patch) | |
tree | 94189007211676bb43bcbb49a476ac55972978b0 /subcmds/forall.py | |
parent | 8367096d02fb288e67586182c6d3e32bb7b72ce1 (diff) | |
download | git-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.py | 2 |
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 = """ |
50 | Executes the same shell command in each project. | 50 | Executes the same shell command in each project. |