diff options
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. |