Use GNU style for metasyntactic variables in gdb
[deliverable/binutils-gdb.git] / gdb / remote.c
index 3b19da75eaff406632635800f9cf52f985332c41..39b3823ffc4ff4ebd0dd27c1fd829ef18f3d35f7 100644 (file)
@@ -10158,7 +10158,7 @@ Remote replied unexpectedly while setting startup-with-shell: %s"),
       if (remote_exec_file[0])
        error (_("Remote target does not support \"set remote exec-file\""));
       if (!args.empty ())
-       error (_("Remote target does not support \"set args\" or run <ARGS>"));
+       error (_("Remote target does not support \"set args\" or run ARGS"));
 
       /* Fall back to "R".  */
       extended_remote_restart ();
This page took 0.025426 seconds and 4 git commands to generate.