diff options
Diffstat (limited to 'gdb/osabi.c')
-rw-r--r-- | gdb/osabi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/osabi.c b/gdb/osabi.c index 58c2f8c..3c4cff0 100644 --- a/gdb/osabi.c +++ b/gdb/osabi.c @@ -633,7 +633,7 @@ _initialize_gdb_osabi (void) &set_osabi_string, "Set OS ABI of target.", &setlist); set_cmd_sfunc (c, set_osabi); - add_cmd ("osabi", class_support, show_osabi, "Show OS/ABI of target.", + add_cmd ("osabi", class_support, show_osabi, _("Show OS/ABI of target."), &showlist); user_osabi_state = osabi_auto; } |