summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2011-09-20 00:41:28 +0100
committerNick White <git@njw.me.uk>2011-09-20 00:41:28 +0100
commit7d3c38f80f5817c057d29fe954525334952812d8 (patch)
tree09b828b7a28585567d00143f7e847461ddb412b5
parentcc7913b3f694dcf920fb25e807cf46f283fde160 (diff)
Little doc updates
-rw-r--r--TODO2
-rw-r--r--getgbook.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/TODO b/TODO
index f31c4db..4892b13 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-before 1.0: create other 2 utilities, make sure memory usage is sensible, be unicode safe, package for osx & windows
+before 1.0: create other 2 utilities, fix http bugs, be unicode safe, package for osx & windows
# other utils
diff --git a/getgbook.c b/getgbook.c
index 05bcc7b..751b659 100644
--- a/getgbook.c
+++ b/getgbook.c
@@ -6,8 +6,8 @@
#define usage "getgbook " VERSION " - a google books downloader\n" \
"usage: getgbook [-c|-n] bookid\n" \
- " -c download pages from codes in stdin (TODO)\n" \
- " -n download pages from numbers in stdin (TODO)\n" \
+ " -c download pages from codes in stdin\n" \
+ " -n download pages from numbers in stdin\n" \
" otherwise, all available pages will be downloaded\n"
#define URLMAX 1024