diff options
author | Nick White <git@njw.me.uk> | 2011-09-29 20:26:10 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2011-09-29 20:26:10 +0100 |
commit | d3999fd9aebc4621ddb143f1351b9d1acbbbd7a7 (patch) | |
tree | d45660f0db2beecbe0b02a809910a340f49dee54 /getabook.c | |
parent | cd94f97e197faeb5535218ed3f2be3a1b78a106d (diff) |
Update usage message for getabook
Diffstat (limited to 'getabook.c')
-rw-r--r-- | getabook.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |