import gdb-1999-12-13 snapshot
[deliverable/binutils-gdb.git] / sim / common / sim-options.c
index 8d0f92375601a6c886be5de367ba6097b5dee931..077019ce87f98474ff7285fbde56f5091de8de5e 100644 (file)
@@ -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
This page took 0.023324 seconds and 4 git commands to generate.