diff options
author | Dave Reisner <d@falconindy.com> | 2011-10-30 04:28:11 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-10-30 19:43:38 +0100 |
commit | b24c28e6c2c7cc24f3829575869c31560bb74f2b (patch) | |
tree | d5ab79e2e8d527039f17933b83f1ab9529a5dd92 | |
parent | 0b315c1cf1e356776033d551367bb3fe41e19ca4 (diff) |
doc/curl.1: fix sentence with ending for -# option
Try to be a little more descriptive about the effect of this flag,
rather than parroting what was said in the paragraph just above.
-rw-r--r-- | docs/curl.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index 95828bfad..052b1dd09 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -110,7 +110,8 @@ the --option version of them. (This concept with --no options was added in 7.19.0. Previously most options were toggled on/off on repeated use of the same command line option.) .IP "-#, --progress-bar" -Make curl display progress information as a progress bar instead of the +Make curl display progress as a simple progress bar instead of the standard, +more informational, meter. .IP "-0, --http1.0" (HTTP) Forces curl to issue its requests using HTTP 1.0 instead of using its internally preferred: HTTP 1.1. |