diff options
Diffstat (limited to 'svg-flatten/src/main.cpp')
-rw-r--r-- | svg-flatten/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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.", |