diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index fcda7120b..563bbc4f5 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -1183,6 +1183,9 @@ file name to use. That will most likely cause the upload operation to fail. If this is used on a HTTP(S) server, the PUT command will be used. Use the file name "-" (a single dash) to use stdin instead of a given file. +Alternately, the file name "." (a single period) may be specified instead +of "-" to use stdin in non-blocking mode to allow reading server output +while stdin is being uploaded. You can specify one -T for each URL on the command line. Each -T + URL pair specifies what to upload and to where. curl also supports "globbing" of the -T |