svg-flatten: Fix doc on --scale

This commit is contained in:
jaseg 2021-08-17 23:02:55 +02:00
parent 236c4a4485
commit a084be8849
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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.",