[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnurl] 32/173: docs/page-header: mention how to disable th
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnurl] 32/173: docs/page-header: mention how to disable the progress meter |
Date: |
Fri, 24 Feb 2017 14:00:54 +0100 |
This is an automated email from the git hooks/post-receive script.
ng0 pushed a commit to annotated tag gnurl-7.53.1
in repository gnurl.
commit e8404adc85ddbb8bf0424fef3ad889905019050c
Author: Daniel Stenberg <address@hidden>
AuthorDate: Sat Jan 7 20:21:57 2017 +0100
docs/page-header: mention how to disable the progress meter
curl.1 is regenerated
Fixes #1190
---
docs/cmdline-opts/page-header | 7 ++++---
docs/curl.1 | 9 +++++----
2 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/docs/cmdline-opts/page-header b/docs/cmdline-opts/page-header
index 770af8da8..ee5af1477 100644
--- a/docs/cmdline-opts/page-header
+++ b/docs/cmdline-opts/page-header
@@ -5,7 +5,7 @@
.\" * | (__| |_| | _ <| |___
.\" * \___|\___/|_| \_\_____|
.\" *
-.\" * Copyright (C) 1998 - 2016, Daniel Stenberg, <address@hidden>, et al.
+.\" * Copyright (C) 1998 - 2017, Daniel Stenberg, <address@hidden>, et al.
.\" *
.\" * This software is licensed as described in the file COPYING, which
.\" * 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.
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.
It is not the same case for FTP upload as that operation does not spit out
any response data to the terminal.
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
Options start with one or two dashes. Many of the options require an
additional value next to them.
diff --git a/docs/curl.1 b/docs/curl.1
index baed65f68..f3b05ffe5 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -5,7 +5,7 @@
.\" * | (__| |_| | _ <| |___
.\" * \___|\___/|_| \_\_____|
.\" *
-.\" * Copyright (C) 1998 - 2016, Daniel Stenberg, <address@hidden>, et al.
+.\" * Copyright (C) 1998 - 2017, Daniel Stenberg, <address@hidden>, et al.
.\" *
.\" * This software is licensed as described in the file COPYING, which
.\" * 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.
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.
It is not the same case for FTP upload as that operation does not spit out
any response data to the terminal.
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
Options start with one or two dashes. Many of the options require an
additional value next to them.
@@ -2560,7 +2561,7 @@ HTTP post error. Internal post-request generation error.
.IP 35
SSL connect error. The SSL handshaking failed.
.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
FILE couldn't read file. Failed to open the file. Permissions?
.IP 38
--
To stop receiving notification emails like this one, please contact
address@hidden
- [GNUnet-SVN] [gnurl] 04/173: bump: toward next release, (continued)
- [GNUnet-SVN] [gnurl] 04/173: bump: toward next release, gnunet, 2017/02/24
- [GNUnet-SVN] [gnurl] 06/173: build-wolfssl: Sync config with wolfSSL 3.10, gnunet, 2017/02/24
- [GNUnet-SVN] [gnurl] 03/173: http: remove "Curl_http_done: called premature" message, gnunet, 2017/02/24
- [GNUnet-SVN] [gnurl] 17/173: darwinssl: fix iOS build, gnunet, 2017/02/24
- [GNUnet-SVN] [gnurl] 23/173: page-footer: error 36 is protocol agnostic!, gnunet, 2017/02/24
- [GNUnet-SVN] [gnurl] 05/173: cyassl: use time_t instead of long for timeout, gnunet, 2017/02/24
- [GNUnet-SVN] [gnurl] 16/173: curl: remove superfluous include file, gnunet, 2017/02/24
- [GNUnet-SVN] [gnurl] 08/173: test1282: verify the ftp-gss check, gnunet, 2017/02/24
- [GNUnet-SVN] [gnurl] 24/173: content_encoding: change return code on a failure, gnunet, 2017/02/24
- [GNUnet-SVN] [gnurl] 27/173: darwinssl: --insecure overrides --cacert if both settings are in use, gnunet, 2017/02/24
- [GNUnet-SVN] [gnurl] 32/173: docs/page-header: mention how to disable the progress meter,
gnunet <=
- [GNUnet-SVN] [gnurl] 29/173: CIPHERS.md: document GSKit ciphers, gnunet, 2017/02/24
- [GNUnet-SVN] [gnurl] 15/173: RELEASE-NOTES: synced with a7b38c9dc98481e, gnunet, 2017/02/24
- [GNUnet-SVN] [gnurl] 33/173: docs/silent: mention --show-error in --silent description, gnunet, 2017/02/24
- [GNUnet-SVN] [gnurl] 37/173: asiohiper: improved socket handling, gnunet, 2017/02/24
- [GNUnet-SVN] [gnurl] 39/173: RELEASE-NOTES: synced with a41e8592d6b3e58, gnunet, 2017/02/24
- [GNUnet-SVN] [gnurl] 13/173: docs/ciphers: link to our own new page about ciphers, gnunet, 2017/02/24
- [GNUnet-SVN] [gnurl] 31/173: wolfssl: display negotiated SSL version and cipher, gnunet, 2017/02/24
- [GNUnet-SVN] [gnurl] 28/173: TheArtOfHttpScripting: grammar, gnunet, 2017/02/24
- [GNUnet-SVN] [gnurl] 22/173: tool_operate: Fix --remote-time incorrect times on Windows, gnunet, 2017/02/24
- [GNUnet-SVN] [gnurl] 19/173: cmake: use crypt32.lib when building with OpenSSL on windows, gnunet, 2017/02/24