Skip to content

Commit

Permalink
adjust the help message for --enable-structures
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielT committed Apr 14, 2024
1 parent 5d90df4 commit 0171634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ fn get_args() -> ArgMatches {
.requires("ELFFILE")
)
.arg(Arg::new("ENABLE_STRUCTURES")
.help("Enable the update of INSTANCE, TYPEDEF_STRUCTURE & co. Requires a2l version 1.7.1")
.help("Enable the the use of INSTANCE, TYPEDEF_STRUCTURE & co. for all operations. Requires a2l version 1.7.1")
.short('t')
.long("enable-structures")
.number_of_values(0)
Expand Down

0 comments on commit 0171634

Please sign in to comment.