Skip to content

Commit

Permalink
Assign rb command to correct args parser
Browse files Browse the repository at this point in the history
  • Loading branch information
hkzlab committed Sep 28, 2024
1 parent 5d22732 commit f3a341e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
Changelog for the dpdumper utility

## [0.4.3] - 2024-09-??
## [0.4.3] - 2024-09-28
### Fix
- Fix reads with a data bus over 8 bits

Expand Down
2 changes: 1 addition & 1 deletion src/dpdumper/frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def _build_argsparser() -> argparse.ArgumentParser:
action='store_true',
default=False,
help='If set, skip printing adapter notes and associated delays')
parser_read.add_argument('-rb', '--reverse_byte_order',
parser_write.add_argument('-rb', '--reverse_byte_order',
action='store_true',
default=False,
help='If set, the input file will be read in Little Endian format')
Expand Down

0 comments on commit f3a341e

Please sign in to comment.