From 323b113f55a5daa6cd633a5252632c2e1ee629c7 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 19 Mar 2021 13:45:57 -0400 Subject: forall/list: delete spurious " Change-Id: I6995d48be1d8fc5d93f4b9fa617fad70b5b3429f Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/300902 Reviewed-by: Michael Mortensen Tested-by: Mike Frysinger --- subcmds/forall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subcmds/forall.py') 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): helpSummary = "Run a shell command in each project" helpUsage = """ %prog [...] -c [...] -%prog -r str1 [str2] ... -c [...]" +%prog -r str1 [str2] ... -c [...] """ helpDescription = """ Executes the same shell command in each project. -- cgit v1.2.3-54-g00ecf