Add a new 'info proc files' subcommand of 'info proc'.
[deliverable/binutils-gdb.git] / gdb / maint.c
index 5d4701cfaccac14b6cce98ab1cb12f6328f2bf0f..19db8a850b3a8e1bd85584a2a06cac13c377923e 100644 (file)
@@ -444,7 +444,7 @@ maintenance_translate_address (const char *arg, int from_tty)
       while (*p && !isspace (*p))      /* Find end of section name.  */
        p++;
       if (*p == '\000')                /* End of command?  */
-       error (_("Need to specify <section-name> and <address>"));
+       error (_("Need to specify section name and address"));
 
       int arg_len = p - arg;
       p = skip_spaces (p + 1);
This page took 0.02652 seconds and 4 git commands to generate.