Skip to content

Commit

Permalink
Update Tools/scripts/uploader.py
Browse files Browse the repository at this point in the history
Better argument description

Co-authored-by: Peter Barker <[email protected]>
  • Loading branch information
rafasaurus and peterbarker authored Jan 28, 2025
1 parent 6821bf3 commit bc1efcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/scripts/uploader.py
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,7 @@ def main():
)
parser.add_argument('--download', action='store_true', default=False, help='download firmware from board')
parser.add_argument('--identify', action="store_true", help="Do not flash firmware; simply dump information about board")
parser.add_argument('--verify', action="store_true", help="Do not flash firmware; simply verify the firmware")
parser.add_argument('--verify', action="store_true", help="Do not flash firmware; verify that the firmware on the board matches the supplied firmware")
parser.add_argument('--no-extf', action="store_true", help="Do not attempt external flash operations")
parser.add_argument('--erase-extflash', type=lambda x: int(x, 0), default=None,
help="Erase sectors containing specified amount of bytes from ext flash")
Expand Down

0 comments on commit bc1efcb

Please sign in to comment.