summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2011-09-29 20:26:10 +0100
committerNick White <git@njw.me.uk>2011-09-29 20:26:10 +0100
commitd3999fd9aebc4621ddb143f1351b9d1acbbbd7a7 (patch)
treed45660f0db2beecbe0b02a809910a340f49dee54
parentcd94f97e197faeb5535218ed3f2be3a1b78a106d (diff)
Update usage message for getabook
-rw-r--r--getabook.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/getabook.c b/getabook.c
index 1ac09cb..098a5c3 100644
--- a/getabook.c
+++ b/getabook.c
@@ -5,7 +5,7 @@
#include "util.h"
#define usage "getabook " VERSION " - an amazon look inside the book downloader\n" \
- "usage: getabook [-c|-n] asin\n" \
+ "usage: getabook [-n] asin\n" \
" -n download pages from numbers in stdin\n" \
" otherwise, all available pages will be downloaded\n"