diff options
author | andy5995 <arch_stanton5995@protonmail.com> | 2022-12-09 13:58:13 -0600 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2022-12-11 12:36:36 +0100 |
commit | fd2c9e5e832da7a566aac74ca192dbc33904eb34 (patch) | |
tree | 17ef65b05ec124eaf89cbe2b810ebf394dd40e5b | |
parent | d95a575de311ffb3c5492511ec3881e3b3152154 (diff) | |
download | curl-fd2c9e5e832da7a566aac74ca192dbc33904eb34.tar.gz |
page-header: grammar improvement (display transfer rate)
Closes #10068
-rw-r--r-- | docs/cmdline-opts/page-header | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/cmdline-opts/page-header b/docs/cmdline-opts/page-header index 1737ab5bd..179d5f021 100644 --- a/docs/cmdline-opts/page-header +++ b/docs/cmdline-opts/page-header @@ -161,9 +161,9 @@ curl can do TFTP downloads and uploads. .SH "PROGRESS METER" curl normally displays a progress meter during operations, indicating the amount of transferred data, transfer speeds and estimated time left, etc. The -progress meter displays number of bytes and the speeds are in bytes per -second. The suffixes (k, M, G, T, P) are 1024 based. For example 1k is 1024 -bytes. 1M is 1048576 bytes. +progress meter displays the transfer rate in bytes per second. The suffixes +(k, M, G, T, P) are 1024 based. For example 1k is 1024 bytes. 1M is 1048576 +bytes. curl displays this data to the terminal by default, so if you invoke curl to do an operation and it is about to write data to the terminal, it |