summaryrefslogtreecommitdiffstats
path: root/subcmds/list.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/list.py')
-rw-r--r--subcmds/list.py1
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
19from command import Command, MirrorSafeCommand 19from command import Command, MirrorSafeCommand
20 20
21
21class List(Command, MirrorSafeCommand): 22class 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"