summaryrefslogtreecommitdiffstats
path: root/subcmds/forall.py
diff options
context:
space:
mode:
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 0cf3b6a6..7c1dea9e 100644
--- a/subcmds/forall.py
+++ b/subcmds/forall.py
@@ -41,7 +41,7 @@ class ForallColoring(Coloring):
41 41
42 42
43class Forall(Command, MirrorSafeCommand): 43class Forall(Command, MirrorSafeCommand):
44 common = False 44 COMMON = False
45 helpSummary = "Run a shell command in each project" 45 helpSummary = "Run a shell command in each project"
46 helpUsage = """ 46 helpUsage = """
47%prog [<project>...] -c <command> [<arg>...] 47%prog [<project>...] -c <command> [<arg>...]