diff options
author | Nick White <git@njw.me.uk> | 2012-04-21 18:11:45 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2012-04-21 18:11:45 +0100 |
commit | 72b7b92091d392c06b5a4795af3cbfa405299484 (patch) | |
tree | 851b84ee17aeddbee6f2d837dfc3aa1f7800b46b | |
parent | e7db4e41c271ef5435ca9a33672ccc6547c62970 (diff) |
Regularise references to amazon's book service
-rw-r--r-- | getabook.1 | 4 | ||||
-rwxr-xr-x | getxbookgui.tcl | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -7,8 +7,8 @@ getabook \- downloads books from amazon .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 +getabook downloads pages of books from amazon's "look +inside the book" service. Some pages are not available, in which case they will be skipped. .SH OPTIONS .TP diff --git a/getxbookgui.tcl b/getxbookgui.tcl index 69ae9c2..fbeb992 100755 --- a/getxbookgui.tcl +++ b/getxbookgui.tcl @@ -3,7 +3,7 @@ package require Tk set bins {{getgbook "Book ID" "Google\nBook Preview"} \ - {getabook "ISBN 10" "Amazon Look\nInside This Book"} \ + {getabook "ISBN 10" "Amazon Look\nInside The Book"} \ {getbnbook "ISBN 13" "Barnes & Noble\nBook Viewer"}} set binselected 0 set dling 0 |