summaryrefslogtreecommitdiff
path: root/getgbook.c
diff options
context:
space:
mode:
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