From 4c3a2318ae668ef49ede42c2bd7ef1954a5eabb0 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Fri, 9 Jan 2004 08:59:55 +0000
Subject: [PATCH] a fair idea

---
 docs/TODO | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/TODO b/docs/TODO
index ac16f116fe..8f20e3d83a 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -148,6 +148,11 @@ TODO
    which should overwrite the program reasonable defaults (plain/text,
    8bit...) (Idea brough to us by kromJx)
 
+ * ability to specify the classic computing suffixes on the range
+   specifications. For example, to download the first 500 Kilobytes of a file,
+   be able to specify the following for the -r option: "-r 0-500K" or for the
+   first 2 Megabytes of a file: "-r 0-2M". (Mark Smith suggested)
+
  * --data-encode that URL encodes the data before posting
    http://curl.haxx.se/mail/archive-2003-11/0091.html (Kevin Roth suggested)
 
-- 
GitLab