From a46d2b0b2fb8232587944b7a310cfb0a36fda058 Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 11 May 2021 11:04:55 +0100 Subject: Update dlgbook usage statement to reflect that we include the bookid now --- cmd/dlgbook/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') 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 -- cgit v1.2.1-24-ge1ad