Fix formatting
This commit is contained in:
parent
24c297cfe7
commit
56910e6e9c
1 changed files with 1 additions and 1 deletions
|
|
@ -3899,7 +3899,7 @@ class HeaderedFormatter(optparse.IndentedHelpFormatter):
|
||||||
|
|
||||||
def format_usage(self, usage):
|
def format_usage(self, usage):
|
||||||
return "{} {}\n{}\n{}".format(APP, VER, COPYRIGHT,
|
return "{} {}\n{}\n{}".format(APP, VER, COPYRIGHT,
|
||||||
optparse.IndentedHelpFormatter.format_usage(self, usage))
|
optparse.IndentedHelpFormatter.format_usage(self, usage))
|
||||||
|
|
||||||
|
|
||||||
# GZ: would prefer this to be in a function or class scope, but tests etc need
|
# GZ: would prefer this to be in a function or class scope, but tests etc need
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue