curl: clarify that users can only specify one _METHOD_
authorDaniel Stenberg <daniel@haxx.se>
Mon, 24 Aug 2015 22:04:03 +0000 (00:04 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 24 Aug 2015 22:04:03 +0000 (00:04 +0200)
src/tool_helpers.c

index b236c4ddf7d0b05d884c4157aee885d6dcf8cf34..08248c37cb38487b80c7e4950f7af132ae56e827 100644 (file)
@@ -75,7 +75,7 @@ int SetHTTPrequest(struct OperationConfig *config, HttpReq req, HttpReq *store)
     return 0;
   }
 
-  warnf(config->global, "You can only select one HTTP request!\n");
+  warnf(config->global, "You can only select one HTTP request method!\n");
 
   return 1;
 }