Created
October 18, 2012 11:42
-
-
Save matlads/3911282 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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