summaryrefslogtreecommitdiffstats
path: root/subcmds/list.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/list.py')
-rw-r--r--subcmds/list.py2
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 = """
26List all projects; pass '.' to list the project for the cwd. 26List all projects; pass '.' to list the project for the cwd.