aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-06-17 10:40:20 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-06-17 10:40:44 +0200
commit2668d8df9a61eadbb7de44903f05963984507d3d (patch)
treeae079fcc8cb4ecade8d2e967ac636a3501ca5938
parentc9a6ab6d921a02a198a543d5b0650fb0c94fd94d (diff)
curl.1: missed 'T' in the progress unit suffixes
-rw-r--r--docs/curl.12
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index ac6d439bf..527db630e 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -100,7 +100,7 @@ invokes.
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, 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.
curl displays this data to the terminal by default, so if you invoke curl to