summaryrefslogtreecommitdiff
path: root/getgbook.c
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 /getgbook.c
parentcc7913b3f694dcf920fb25e807cf46f283fde160 (diff)
Little doc updates
Diffstat (limited to 'getgbook.c')
-rw-r--r--getgbook.c4
1 files changed, 2 insertions, 2 deletions
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