From bf9f8f4179e620d87b3b481635c10df6fad86e56 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 9 Sep 2021 23:55:01 -0400 Subject: [PATCH] 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. --- sim/common/sim-options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.30.2