Commit ce034356 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

curl: clarify that users can only specify one _METHOD_

parent f2140813
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}