scripts: file2hex.py: PEP 8 style fix
Fix pycodestyle PEP 8 issue: E127 continuation line over-indented for visual indent Signed-off-by: Ruslan Mstoi <ruslan.mstoi@intel.com>
This commit is contained in:
parent
1bae76770b
commit
a8e0655833
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ def parse_args():
|
||||||
parser.add_argument("-g", "--gzip", action="store_true",
|
parser.add_argument("-g", "--gzip", action="store_true",
|
||||||
help="Compress the file using gzip before output")
|
help="Compress the file using gzip before output")
|
||||||
parser.add_argument("-t", "--gzip-mtime", type=int, default=0,
|
parser.add_argument("-t", "--gzip-mtime", type=int, default=0,
|
||||||
nargs='?', const=None,
|
nargs='?', const=None,
|
||||||
help="""mtime seconds in the gzip header.
|
help="""mtime seconds in the gzip header.
|
||||||
Defaults to zero to keep builds deterministic. For
|
Defaults to zero to keep builds deterministic. For
|
||||||
current date and time (= "now") use this option
|
current date and time (= "now") use this option
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue