From eefe5742c4c2a5e4ec88247c86a079519f460097 Mon Sep 17 00:00:00 2001 From: vss-devel <3645234+vss-devel@users.noreply.github.com> Date: Thu, 28 Feb 2019 21:40:02 +0300 Subject: [PATCH] README.md --- README.md | 2 +- wikizimmer.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6991b8..ecec2f2 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/wikizimmer.js b/wikizimmer.js index 9125708..6915a1e 100755 --- a/wikizimmer.js +++ b/wikizimmer.js @@ -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" )