README.md

This commit is contained in:
vss-devel 2019-02-28 21:40:02 +03:00
parent eda57898a7
commit eefe5742c4
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ Run either of scripts with '--help' switch to see the list of all options availa
--content [selector] CSS selector for article content
--remove [selector] CSS selector for removals in article content
--template [file] non-standard article template
--style [file] additional article CSS style
--style [file or CSS] additional article CSS style
--no-default-style don't use default CSS style
--no-images don't download images
--no-css don't page styling

View File

@ -1311,7 +1311,7 @@ function main () {
.option( '--content [selector]', 'CSS selector for article content' )
.option( '--remove [selector]', 'CSS selector for removals in article content' )
.option( '--template [file]', 'non-standard article template' )
.option( '--style [file]', 'additional article CSS style' )
.option( '--style [file or CSS]', 'additional article CSS style' )
.option( '--no-default-style', "don't use default CSS style" )
.option( '--no-images', "don't download images" )
.option( '--no-css', "don't page styling" )