From 017163492815edffd74b4c6f2f37825dad77d293 Mon Sep 17 00:00:00 2001 From: Daniel Thaler Date: Mon, 15 Apr 2024 00:36:11 +0200 Subject: [PATCH] adjust the help message for --enable-structures --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index cc183c5..476e8af 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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)