diff options
Diffstat (limited to 'sim/common/sim-options.c')
-rw-r--r-- | sim/common/sim-options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/sim-options.c b/sim/common/sim-options.c index 8d0f9237560..077019ce87f 100644 --- a/sim/common/sim-options.c +++ b/sim/common/sim-options.c @@ -709,7 +709,7 @@ print_help (SIM_DESC sd, sim_cpu *cpu, const struct option_list *ol, int is_comm { if (o->opt.has_arg == optional_argument) { - sim_io_printf (sd, " [%s]", o->arg); + sim_io_printf (sd, "[=%s]", o->arg); len += 2 + strlen (o->arg) + 1; } else |