Show More
@@ -311,7 +311,7 b' class Application(SingletonConfigurable):' | |||
|
311 | 311 | lines.append('-'*len(lines[0])) |
|
312 | 312 | lines.append('') |
|
313 | 313 | for p in wrap_paragraphs(self.subcommand_description.format( |
|
314 |
app= |
|
|
314 | app=self.name)): | |
|
315 | 315 | lines.append(p) |
|
316 | 316 | lines.append('') |
|
317 | 317 | for subc, (cls, help) in iteritems(self.subcommands): |
General Comments 0
You need to be logged in to leave comments.
Login now