Skip to content

Commit 5eb0185

Browse files
committed
Improve help description
1 parent 1b7eea6 commit 5eb0185

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,9 @@ fn run() -> Result<()> {
204204
.long("base-address-shift")
205205
.alias("base_address_shift")
206206
.action(ArgAction::Set)
207-
.help("Shift base address for all peripherals"),
207+
.help("Add offset to all base addresses on all peripherals in the SVD file.
208+
Useful for soft-cores where the peripheral address range isn't necessarily fixed.
209+
Ignore this option if you are not building your own FPGA based soft-cores."),
208210
)
209211
.arg(
210212
Arg::new("log_level")

0 commit comments

Comments
 (0)