diff options
Diffstat (limited to 'subcmds/manifest.py')
-rw-r--r-- | subcmds/manifest.py | 1 |
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 | ||
21 | from command import PagedCommand | 21 | from command import PagedCommand |
22 | 22 | ||
23 | |||
23 | class Manifest(PagedCommand): | 24 | class Manifest(PagedCommand): |
24 | common = False | 25 | common = False |
25 | helpSummary = "Manifest inspection utility" | 26 | helpSummary = "Manifest inspection utility" |