From a084be88494f785a28ad1e79f555150abe33eccf Mon Sep 17 00:00:00 2001 From: jaseg Date: Tue, 17 Aug 2021 23:02:55 +0200 Subject: svg-flatten: Fix doc on --scale --- README.rst | 2 +- svg-flatten/src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 8547ae4..6ae71e7 100644 --- a/README.rst +++ b/README.rst @@ -518,7 +518,7 @@ Options: Passed through to usvg's --dpi, in case the input file has different ideas of DPI than usvg has. ``--scale`` - Scale input svg lengths by this factor. + Scale input svg lengths by this factor (-o gerber only). ``-e, --exclude-groups`` Comma-separated list of group IDs to exclude from export. Takes precedence over --only-groups. diff --git a/svg-flatten/src/main.cpp b/svg-flatten/src/main.cpp index d89da7c..bacfa71 100644 --- a/svg-flatten/src/main.cpp +++ b/svg-flatten/src/main.cpp @@ -95,7 +95,7 @@ int main(int argc, char **argv) { "Passed through to usvg's --dpi, in case the input file has different ideas of DPI than usvg has.", 1}, {"scale", {"--scale"}, - "Scale input svg lengths by this factor.", + "Scale input svg lengths by this factor (-o gerber only).", 1}, {"exclude_groups", {"-e", "--exclude-groups"}, "Comma-separated list of group IDs to exclude from export. Takes precedence over --only-groups.", -- cgit