diff options
Diffstat (limited to 'subcmds/status.py')
-rw-r--r-- | subcmds/status.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/status.py b/subcmds/status.py index 1b48dcea..5b669547 100644 --- a/subcmds/status.py +++ b/subcmds/status.py | |||
@@ -24,7 +24,7 @@ import platform_utils | |||
24 | 24 | ||
25 | 25 | ||
26 | class Status(PagedCommand): | 26 | class Status(PagedCommand): |
27 | common = True | 27 | COMMON = True |
28 | helpSummary = "Show the working tree status" | 28 | helpSummary = "Show the working tree status" |
29 | helpUsage = """ | 29 | helpUsage = """ |
30 | %prog [<project>...] | 30 | %prog [<project>...] |