summaryrefslogtreecommitdiffstats
path: root/subcmds/manifest.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/manifest.py')
-rw-r--r--subcmds/manifest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/subcmds/manifest.py b/subcmds/manifest.py
index 6bb01045..072c9ff7 100644
--- a/subcmds/manifest.py
+++ b/subcmds/manifest.py
@@ -20,6 +20,7 @@ import sys
20 20
21from command import PagedCommand 21from command import PagedCommand
22 22
23
23class Manifest(PagedCommand): 24class Manifest(PagedCommand):
24 common = False 25 common = False
25 helpSummary = "Manifest inspection utility" 26 helpSummary = "Manifest inspection utility"