diff options
author | Nick White <git@njw.me.uk> | 2011-09-23 19:39:51 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2011-09-23 19:39:51 +0100 |
commit | 107d013df904b61fce0aaaf40d25d7d900861792 (patch) | |
tree | 429af97bc913574e44c23593ffdce15bc6323a24 /getabook.1 | |
parent | b4a06c1ae0925d90aa15e16f5df4839ace7e9d26 (diff) |
Add getabook man page
Diffstat (limited to 'getabook.1')
-rw-r--r-- | getabook.1 | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/getabook.1 b/getabook.1 new file mode 100644 index 0000000..ec495ad --- /dev/null +++ b/getabook.1 @@ -0,0 +1,22 @@ +.\" See COPYING file for copyright, license and warranty details. +.TH GETABOOK 1 getabook\-VERSION +.SH NAME +getabook \- downloads books from amazon +.SH SYNOPSIS +.B getabook +.RB [-n] +.RB asin +.SH DESCRIPTION +getabook downloads pages of books from amazon's "search +inside this book" service. Some pages are not available, in +which case they will be skipped. +.SH OPTIONS +.TP +.B \-n +Downloads from page numbers given on stdin (one number per +line). +.TP +.B asin +is the unique ID Amazon assigns to each product. It is 10 +characters long. It can be found by looking for the +'/xxxxxxxxxx/' part of the URL of its Amazon page. |