Use GNU style for metasyntactic variables in gdbserver
[deliverable/binutils-gdb.git] / gdb / gdbserver / remote-utils.c
index 38c90324288c510c348d03dbe2ea4da2a9a41f28..9199a9c7add50c8d414467925a06eb81bee25496 100644 (file)
@@ -336,7 +336,7 @@ remote_open (const char *name)
   port_str = strchr (name, ':');
 #ifdef USE_WIN32API
   if (port_str == NULL)
-    error ("Only <host>:<port> is supported on this platform.");
+    error ("Only HOST:PORT is supported on this platform.");
 #endif
 
   if (strcmp (name, STDIO_CONNECTION_NAME) == 0)
This page took 0.024356 seconds and 4 git commands to generate.