From: Mike Frysinger Date: Fri, 10 Sep 2021 03:55:01 +0000 (-0400) Subject: sim: run: change help short option to -h X-Git-Tag: binutils-2_38~1433 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bf9f8f4179e620d87b3b481635c10df6fad86e56;p=thirdparty%2Fbinutils-gdb.git sim: run: change help short option to -h It's unclear why -H was picked over the more standard -h, but since -h is still not used, just change -H to -h to match pretty much every other tool in the sourceware tree. --- diff --git a/sim/common/sim-options.c b/sim/common/sim-options.c index 9915c22408b..e6d1107f7c5 100644 --- a/sim/common/sim-options.c +++ b/sim/common/sim-options.c @@ -142,7 +142,7 @@ static const OPTION standard_options[] = standard_option_handler }, { {"help", no_argument, NULL, OPTION_HELP}, - 'H', NULL, "Print help information", + 'h', NULL, "Print help information", standard_option_handler }, { {"version", no_argument, NULL, OPTION_VERSION}, '\0', NULL, "Print version information",