diff options
Diffstat (limited to 'subcmds/list.py')
-rw-r--r-- | subcmds/list.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subcmds/list.py b/subcmds/list.py index 1cd971ef..13cae5ff 100644 --- a/subcmds/list.py +++ b/subcmds/list.py | |||
@@ -18,6 +18,7 @@ from __future__ import print_function | |||
18 | 18 | ||
19 | from command import Command, MirrorSafeCommand | 19 | from command import Command, MirrorSafeCommand |
20 | 20 | ||
21 | |||
21 | class List(Command, MirrorSafeCommand): | 22 | class List(Command, MirrorSafeCommand): |
22 | common = True | 23 | common = True |
23 | helpSummary = "List projects and their associated directories" | 24 | helpSummary = "List projects and their associated directories" |