diff options
author | Nick White <git@njw.name> | 2021-05-11 11:04:55 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2021-05-11 11:04:55 +0100 |
commit | a46d2b0b2fb8232587944b7a310cfb0a36fda058 (patch) | |
tree | 80911a27064b13d1152f1b148f6373c89d315174 /cmd/dlgbook | |
parent | 9f306c8808040e826e6ef008626398e5cb925a3a (diff) |
Update dlgbook usage statement to reflect that we include the bookid now
Diffstat (limited to 'cmd/dlgbook')
-rw-r--r-- | cmd/dlgbook/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/dlgbook/main.go b/cmd/dlgbook/main.go index fffa3f4..65ac870 100644 --- a/cmd/dlgbook/main.go +++ b/cmd/dlgbook/main.go @@ -19,7 +19,7 @@ const usage = `Usage: dlgbook bookid [-a author] [-y year] [-t title] [savedir] Downloads all pages from a Google Book, using the getgbook tool, extracting the date, author name and title from Google Books (unless given as arguments to dlgbook), and -saves them into a directory named YEAR_AUTHORSURNAME_Title +saves them into a directory named YEAR_AUTHORSURNAME_Title_bookid ` const maxPartLength = 48 |