diff options
-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 |