This commit is contained in:
v 2018-07-18 11:08:05 +03:00
parent e688e2ae4d
commit fd189f534f

View File

@ -70,11 +70,16 @@ $ wikizimmer -h
Options: Options:
-V, --version output the version number -V, --version output the version number
-t, --titles get only titles listed (separated by "|") -t, --titles [titles] get only titles listed (separated by "|")
-x, --exclude [title regexp] exclude titles by a regular expression
-r, --rmdir delete destination directory before processing the source -r, --rmdir delete destination directory before processing the source
-noimages don't download images --no-images don't download images
-nocss don't page styling --no-css don't page styling
-nopages don't save downloaded pages --no-pages don't save downloaded pages
-d, --no-download-errors ignore download errors, 404 error is ignored anyway
-e, --retry-external [times] number of retries on external site error
--user-agent [firefox or string] set user agent
-p, --url-replace [parrern|replacement,...] URL replacements
-h, --help output usage information -h, --help output usage information
``` ```