summaryrefslogtreecommitdiffstats
path: root/subcmds/status.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/status.py')
-rw-r--r--subcmds/status.py1
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
31from color import Coloring 31from color import Coloring
32import platform_utils 32import platform_utils
33 33
34
34class Status(PagedCommand): 35class Status(PagedCommand):
35 common = True 36 common = True
36 helpSummary = "Show the working tree status" 37 helpSummary = "Show the working tree status"