diff options
Diffstat (limited to 'gdb/interps.c')
-rw-r--r-- | gdb/interps.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/interps.c b/gdb/interps.c index dc65745..97befa7 100644 --- a/gdb/interps.c +++ b/gdb/interps.c @@ -477,9 +477,9 @@ _initialize_interpreter (void) struct cmd_list_element *c; c = add_cmd ("interpreter-exec", class_support, - interpreter_exec_cmd, - "Execute a command in an interpreter. It takes two arguments:\n\ + interpreter_exec_cmd, _("\ +Execute a command in an interpreter. It takes two arguments:\n\ The first argument is the name of the interpreter to use.\n\ -The second argument is the command to execute.\n", &cmdlist); +The second argument is the command to execute.\n"), &cmdlist); set_cmd_completer (c, interpreter_completer); } |