diff options
Diffstat (limited to 'subcmds/overview.py')
-rw-r--r-- | subcmds/overview.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/overview.py b/subcmds/overview.py index b28367be..63f5a79e 100644 --- a/subcmds/overview.py +++ b/subcmds/overview.py | |||
@@ -19,7 +19,7 @@ from command import PagedCommand | |||
19 | 19 | ||
20 | 20 | ||
21 | class Overview(PagedCommand): | 21 | class Overview(PagedCommand): |
22 | common = True | 22 | COMMON = True |
23 | helpSummary = "Display overview of unmerged project branches" | 23 | helpSummary = "Display overview of unmerged project branches" |
24 | helpUsage = """ | 24 | helpUsage = """ |
25 | %prog [--current-branch] [<project>...] | 25 | %prog [--current-branch] [<project>...] |