diff options
Diffstat (limited to 'subcmds/status.py')
-rw-r--r-- | subcmds/status.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subcmds/status.py b/subcmds/status.py index a04ba922..b594bd89 100644 --- a/subcmds/status.py +++ b/subcmds/status.py | |||
@@ -31,6 +31,7 @@ import os | |||
31 | from color import Coloring | 31 | from color import Coloring |
32 | import platform_utils | 32 | import platform_utils |
33 | 33 | ||
34 | |||
34 | class Status(PagedCommand): | 35 | class Status(PagedCommand): |
35 | common = True | 36 | common = True |
36 | helpSummary = "Show the working tree status" | 37 | helpSummary = "Show the working tree status" |