aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sim/common/sim-options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/sim-options.c b/sim/common/sim-options.c
index 9915c22..e6d1107 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",