sim: run: change help short option to -h
authorMike Frysinger <vapier@gentoo.org>
Fri, 10 Sep 2021 03:55:01 +0000 (23:55 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sat, 11 Sep 2021 06:55:06 +0000 (02:55 -0400)
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

index 9915c22408b3a99f6495f9f05d12126b04922fce..e6d1107f7c5538f1bad615101fc657a3b0913c31 100644 (file)
@@ -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",