diff options
author | Nick White <git@njw.me.uk> | 2011-09-20 00:41:28 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2011-09-20 00:41:28 +0100 |
commit | 7d3c38f80f5817c057d29fe954525334952812d8 (patch) | |
tree | 09b828b7a28585567d00143f7e847461ddb412b5 | |
parent | cc7913b3f694dcf920fb25e807cf46f283fde160 (diff) |
Little doc updates
-rw-r--r-- | TODO | 2 | ||||
-rw-r--r-- | getgbook.c | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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 @@ -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 |