Skip to content

Instantly share code, notes, and snippets.

@matlads
Created October 18, 2012 11:42
Show Gist options
  • Save matlads/3911282 to your computer and use it in GitHub Desktop.
Save matlads/3911282 to your computer and use it in GitHub Desktop.
diff --git a/docs/curl.1 b/docs/curl.1
index 6808d07..1294973 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -266,7 +266,7 @@ data pieces specified will be merged together with a separating
&-symbol. Thus, using '-d name=daniel -d skill=lousy' would generate a post
chunk that looks like \&'name=daniel&skill=lousy'.
-If you start the data with the letter @, the rest should be a file name to
+If you start the data with the letter @, the rest should either be a file name to
read the data from, or - if you want curl to read the data from stdin. The
contents of the file must already be URL-encoded. Multiple files can also be
specified. Posting data from a file named 'foobar' would thus be done with
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment