diff options
-rw-r--r-- | subcmds/forall.py | 2 | ||||
-rw-r--r-- | subcmds/list.py | 2 |
2 files changed, 2 insertions, 2 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. |
diff --git a/subcmds/list.py b/subcmds/list.py index a1247b75..7825dee1 100644 --- a/subcmds/list.py +++ b/subcmds/list.py | |||
@@ -20,7 +20,7 @@ class List(Command, MirrorSafeCommand): | |||
20 | helpSummary = "List projects and their associated directories" | 20 | helpSummary = "List projects and their associated directories" |
21 | helpUsage = """ | 21 | helpUsage = """ |
22 | %prog [-f] [<project>...] | 22 | %prog [-f] [<project>...] |
23 | %prog [-f] -r str1 [str2]..." | 23 | %prog [-f] -r str1 [str2]... |
24 | """ | 24 | """ |
25 | helpDescription = """ | 25 | helpDescription = """ |
26 | List all projects; pass '.' to list the project for the cwd. | 26 | List all projects; pass '.' to list the project for the cwd. |