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 68bcd5e0..8d0c5640 100644 --- a/subcmds/list.py +++ b/subcmds/list.py | |||
@@ -16,7 +16,7 @@ from command import Command, MirrorSafeCommand | |||
16 | 16 | ||
17 | 17 | ||
18 | class List(Command, MirrorSafeCommand): | 18 | class List(Command, MirrorSafeCommand): |
19 | common = True | 19 | COMMON = True |
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>...] |