Skip to content

Commit a4ee23e

Browse files
committed
Improve help description
1 parent 1b7eea6 commit a4ee23e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main.rs

+4-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,10 @@ 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+
.long_help("Add offset to all base addresses on all peripherals in the SVD file.
209+
Useful for soft-cores where the peripheral address range isn't necessarily fixed.
210+
Ignore this option if you are not building your own FPGA based soft-cores."),
208211
)
209212
.arg(
210213
Arg::new("log_level")

0 commit comments

Comments
 (0)