diff options
Diffstat (limited to 'cmd')
-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 |