mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 11:35:07 -05:00
curl.1: missed 'T' in the progress unit suffixes
This commit is contained in:
parent
c9a6ab6d92
commit
2668d8df9a
@ -100,7 +100,7 @@ invokes.
|
|||||||
curl normally displays a progress meter during operations, indicating the
|
curl normally displays a progress meter during operations, indicating the
|
||||||
amount of transferred data, transfer speeds and estimated time left, etc. 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
|
progress meter displays number of bytes and the speeds are in bytes per
|
||||||
second. The suffixes (K, M, G, P) are 1024 based. For example 1K is 1024
|
second. The suffixes (K, M, G, T, P) are 1024 based. For example 1K is 1024
|
||||||
bytes. 1M is 1048576 bytes.
|
bytes. 1M is 1048576 bytes.
|
||||||
|
|
||||||
curl displays this data to the terminal by default, so if you invoke curl to
|
curl displays this data to the terminal by default, so if you invoke curl to
|
||||||
|
Loading…
Reference in New Issue
Block a user