Skip to content

Commit 8baf326

Browse files
committed
elbpcom: note that --increment is enabled by default in --help
1 parent 1b02df0 commit 8baf326

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hal/utils/elbpcom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
help="Base address to read or write")
4343
parser.add_option("-I", "--increment", dest="increment", action="store_true",
4444
default=True,
45-
help="auto-increment address")
45+
help="auto-increment address (enabled by default, use --no-increment to disable)")
4646
parser.add_option("-n", "--no-increment", dest="increment",
4747
action="store_false",
4848
help="do not auto-increment address")

0 commit comments

Comments
 (0)