Fix formatting

This commit is contained in:
Nikita Karamov 2023-01-23 06:59:14 +01:00
parent 24c297cfe7
commit 56910e6e9c
No known key found for this signature in database
GPG key ID: 41D6F71EE78E77CD

View file

@ -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