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 /getgbook.c | |
parent | cc7913b3f694dcf920fb25e807cf46f283fde160 (diff) |
Little doc updates
Diffstat (limited to 'getgbook.c')
-rw-r--r-- | getgbook.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |