diff options
Diffstat (limited to 'gdb/valprint.c')
-rw-r--r-- | gdb/valprint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/valprint.c b/gdb/valprint.c index 3a53621..e5b28f3 100644 --- a/gdb/valprint.c +++ b/gdb/valprint.c @@ -3141,7 +3141,7 @@ static const gdb::option::option_def value_print_option_defs[] = { [] (value_print_options *opt) { return &opt->print_array_indexes; }, show_print_array_indexes, /* show_cmd_cb */ N_("Set printing of array indexes."), - N_("Show printing of array indexes"), + N_("Show printing of array indexes."), NULL, /* help_doc */ }, |