diff --git a/subcmds/forall.py b/subcmds/forall.py index 872c95c..aa998d2 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. diff --git a/subcmds/list.py b/subcmds/list.py index a1247b7..7825dee 100644 --- a/subcmds/list.py +++ b/subcmds/list.py @@ -20,7 +20,7 @@ class List(Command, MirrorSafeCommand): helpSummary = "List projects and their associated directories" helpUsage = """ %prog [-f] [...] -%prog [-f] -r str1 [str2]..." +%prog [-f] -r str1 [str2]... """ helpDescription = """ List all projects; pass '.' to list the project for the cwd.