Skip to content

Commit

Permalink
Convert subcommand help text.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed May 7, 2018
1 parent 62e4318 commit 2a47165
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bincopy.py
Original file line number Diff line number Diff line change
Expand Up @@ -1340,7 +1340,9 @@ def _main():
action='append',
default=[],
type=_convert_input_format_type,
help='Input format auto, srec, ihex, or binary (defulat: auto).')
help=('Input format auto, srec, ihex, or binary (defulat: auto). This '
'argument may be repeated, selecting the input format for each '
'input file.'))
convert_parser.add_argument(
'-o', '--output-format',
default='hexdump',
Expand Down

0 comments on commit 2a47165

Please sign in to comment.