mirror of
https://github.com/moparisthebest/curl
synced 2025-01-04 18:38:03 -05:00
docs/page-header: mention how to disable the progress meter
curl.1 is regenerated Fixes #1190
This commit is contained in:
parent
ba19feba94
commit
e8404adc85
@ -5,7 +5,7 @@
|
|||||||
.\" * | (__| |_| | _ <| |___
|
.\" * | (__| |_| | _ <| |___
|
||||||
.\" * \___|\___/|_| \_\_____|
|
.\" * \___|\___/|_| \_\_____|
|
||||||
.\" *
|
.\" *
|
||||||
.\" * Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al.
|
.\" * Copyright (C) 1998 - 2017, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||||
.\" *
|
.\" *
|
||||||
.\" * This software is licensed as described in the file COPYING, which
|
.\" * This software is licensed as described in the file COPYING, which
|
||||||
.\" * you should have received as part of this distribution. The terms
|
.\" * you should have received as part of this distribution. The terms
|
||||||
@ -111,14 +111,15 @@ do an operation and it is about to write data to the terminal, it
|
|||||||
mixing progress meter and response data.
|
mixing progress meter and response data.
|
||||||
|
|
||||||
If you want a progress meter for HTTP POST or PUT requests, you need to
|
If you want a progress meter for HTTP POST or PUT requests, you need to
|
||||||
redirect the response output to a file, using shell redirect (>), -o [file] or
|
redirect the response output to a file, using shell redirect (>), --output or
|
||||||
similar.
|
similar.
|
||||||
|
|
||||||
It is not the same case for FTP upload as that operation does not spit out
|
It is not the same case for FTP upload as that operation does not spit out
|
||||||
any response data to the terminal.
|
any response data to the terminal.
|
||||||
|
|
||||||
If you prefer a progress "bar" instead of the regular meter, --progress-bar is
|
If you prefer a progress "bar" instead of the regular meter, --progress-bar is
|
||||||
your friend.
|
your friend. You can also disable the progress meter completely with the
|
||||||
|
--silent option.
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
Options start with one or two dashes. Many of the options require an
|
Options start with one or two dashes. Many of the options require an
|
||||||
additional value next to them.
|
additional value next to them.
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
.\" * | (__| |_| | _ <| |___
|
.\" * | (__| |_| | _ <| |___
|
||||||
.\" * \___|\___/|_| \_\_____|
|
.\" * \___|\___/|_| \_\_____|
|
||||||
.\" *
|
.\" *
|
||||||
.\" * Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al.
|
.\" * Copyright (C) 1998 - 2017, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||||
.\" *
|
.\" *
|
||||||
.\" * This software is licensed as described in the file COPYING, which
|
.\" * This software is licensed as described in the file COPYING, which
|
||||||
.\" * you should have received as part of this distribution. The terms
|
.\" * you should have received as part of this distribution. The terms
|
||||||
@ -111,14 +111,15 @@ do an operation and it is about to write data to the terminal, it
|
|||||||
mixing progress meter and response data.
|
mixing progress meter and response data.
|
||||||
|
|
||||||
If you want a progress meter for HTTP POST or PUT requests, you need to
|
If you want a progress meter for HTTP POST or PUT requests, you need to
|
||||||
redirect the response output to a file, using shell redirect (>), -o [file] or
|
redirect the response output to a file, using shell redirect (>), \fI-o, --output\fP or
|
||||||
similar.
|
similar.
|
||||||
|
|
||||||
It is not the same case for FTP upload as that operation does not spit out
|
It is not the same case for FTP upload as that operation does not spit out
|
||||||
any response data to the terminal.
|
any response data to the terminal.
|
||||||
|
|
||||||
If you prefer a progress "bar" instead of the regular meter, \fI-#, --progress-bar\fP is
|
If you prefer a progress "bar" instead of the regular meter, \fI-#, --progress-bar\fP is
|
||||||
your friend.
|
your friend. You can also disable the progress meter completely with the
|
||||||
|
\fI-s, --silent\fP option.
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
Options start with one or two dashes. Many of the options require an
|
Options start with one or two dashes. Many of the options require an
|
||||||
additional value next to them.
|
additional value next to them.
|
||||||
@ -2560,7 +2561,7 @@ HTTP post error. Internal post-request generation error.
|
|||||||
.IP 35
|
.IP 35
|
||||||
SSL connect error. The SSL handshaking failed.
|
SSL connect error. The SSL handshaking failed.
|
||||||
.IP 36
|
.IP 36
|
||||||
FTP bad download resume. Couldn't continue an earlier aborted download.
|
Bad download resume. Couldn't continue an earlier aborted download.
|
||||||
.IP 37
|
.IP 37
|
||||||
FILE couldn't read file. Failed to open the file. Permissions?
|
FILE couldn't read file. Failed to open the file. Permissions?
|
||||||
.IP 38
|
.IP 38
|
||||||
|
Loading…
Reference in New Issue
Block a user