Skip to content

Commit

Permalink
Improve help description
Browse files Browse the repository at this point in the history
  • Loading branch information
gephaistos committed Dec 27, 2023
1 parent 1b7eea6 commit a4ee23e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,10 @@ fn run() -> Result<()> {
.long("base-address-shift")
.alias("base_address_shift")
.action(ArgAction::Set)
.help("Shift base address for all peripherals"),
.help("Add offset to all base addresses on all peripherals in the SVD file.")
.long_help("Add offset to all base addresses on all peripherals in the SVD file.
Useful for soft-cores where the peripheral address range isn't necessarily fixed.
Ignore this option if you are not building your own FPGA based soft-cores."),
)
.arg(
Arg::new("log_level")
Expand Down

0 comments on commit a4ee23e

Please sign in to comment.