diff --git a/packages/convert-svg-core/src/CLI.js b/packages/convert-svg-core/src/CLI.js index 72cc13a..727499f 100644 --- a/packages/convert-svg-core/src/CLI.js +++ b/packages/convert-svg-core/src/CLI.js @@ -83,11 +83,11 @@ class CLI { description: 'disables color output' }, { - flags: '-b, --base-url ', + flags: '--base-url ', description: 'specify base URL to use for all relative URLs in SVG' }, { - flags: '-f, --filename ', + flags: '--filename ', description: `specify filename for the ${format} output when processing STDIN` }, { diff --git a/packages/convert-svg-to-jpeg/README.md b/packages/convert-svg-to-jpeg/README.md index 8ac594f..9818090 100644 --- a/packages/convert-svg-to-jpeg/README.md +++ b/packages/convert-svg-to-jpeg/README.md @@ -38,15 +38,15 @@ $ npm install --global convert-svg-to-jpeg Options: - -V, --version output the version number - --no-color disables color output - -b, --base-url specify base URL to use for all relative URLs in SVG - -f, --filename specify filename for the JPEG output when processing STDIN - --height specify height for JPEG - --scale specify scale to apply to dimensions [1] - --width specify width for JPEG - --quality specify quality for JPEG [100] - -h, --help output usage information + -V, --version output the version number + --no-color disables color output + --base-url specify base URL to use for all relative URLs in SVG + --filename specify filename for the JPEG output when processing STDIN + --height specify height for JPEG + --scale specify scale to apply to dimensions [1] + --width specify width for JPEG + --quality specify quality for JPEG [100] + -h, --help output usage information The CLI can be used in the following ways: diff --git a/packages/convert-svg-to-png/README.md b/packages/convert-svg-to-png/README.md index 4f7ed03..5b4db61 100644 --- a/packages/convert-svg-to-png/README.md +++ b/packages/convert-svg-to-png/README.md @@ -38,14 +38,14 @@ $ npm install --global convert-svg-to-png Options: - -V, --version output the version number - --no-color disables color output - -b, --base-url specify base URL to use for all relative URLs in SVG - -f, --filename specify filename for the PNG output when processing STDIN - --height specify height for PNG - --scale specify scale to apply to dimensions [1] - --width specify width for PNG - -h, --help output usage information + -V, --version output the version number + --no-color disables color output + --base-url specify base URL to use for all relative URLs in SVG + --filename specify filename for the PNG output when processing STDIN + --height specify height for PNG + --scale specify scale to apply to dimensions [1] + --width specify width for PNG + -h, --help output usage information The CLI can be used in the following ways: