openzim / gutenberg

Scraper for downloading the entire ebooks repository of project Gutenberg
https://download.kiwix.org/zim/gutenberg
GNU General Public License v3.0
127 stars 37 forks source link

Styrange usage() #70

Closed kelson42 closed 5 years ago

kelson42 commented 5 years ago
-y --wipe-db                    Do not wipe the DB during parse stage

I suspect that what is meant is:

-y --wipe-db                    Wipe the DB during parse stage

All in one this is not clear what does that mean. Which DB? What is the impact for the user to choose this option?

dattaz commented 5 years ago

This strange message is from https://github.com/openzim/gutenberg/commit/3fc8d3a039fbd1bed9cc9a460c5277916570306e which rename option from --keep-db to --wipe-db without updating message. For more context see https://github.com/openzim/gutenberg/issues/15 I think what @jtaylor351 propose ("Empty cached book metadata") is more clear. @kelson42 are you ok with this ? is this proposal clear enough for you ?

kelson42 commented 5 years ago

@dattaz @jtaylor351 Thank you, looks good to me.