diff options
Diffstat (limited to 'subcmds/list.py')
-rw-r--r-- | subcmds/list.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. |