summaryrefslogtreecommitdiffstats
path: root/subcmds/info.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/info.py')
-rw-r--r--subcmds/info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/info.py b/subcmds/info.py
index f7cf60fc..6c1246ef 100644
--- a/subcmds/info.py
+++ b/subcmds/info.py
@@ -25,7 +25,7 @@ class _Coloring(Coloring):
25 25
26 26
27class Info(PagedCommand): 27class Info(PagedCommand):
28 common = True 28 COMMON = True
29 helpSummary = "Get info on the manifest branch, current branch or unmerged branches" 29 helpSummary = "Get info on the manifest branch, current branch or unmerged branches"
30 helpUsage = "%prog [-dl] [-o [-c]] [<project>...]" 30 helpUsage = "%prog [-dl] [-o [-c]] [<project>...]"
31 31