Show More
@@ -156,6 +156,8 b' def commandprinter(ui, cmdtable, section' | |||
|
156 | 156 | continue |
|
157 | 157 | d = get_cmd(h[f], cmdtable) |
|
158 | 158 | ui.write(sectionfunc(d['cmd'])) |
|
159 | # short description | |
|
160 | ui.write(d['desc'][0]) | |
|
159 | 161 | # synopsis |
|
160 | 162 | ui.write("::\n\n") |
|
161 | 163 | synopsislines = d['synopsis'].splitlines() |
General Comments 0
You need to be logged in to leave comments.
Login now