diff --git a/fontc/src/args.rs b/fontc/src/args.rs index 2e128b495..614825c58 100644 --- a/fontc/src/args.rs +++ b/fontc/src/args.rs @@ -31,10 +31,8 @@ pub struct Args { #[arg(long, default_value = "false")] pub flatten_components: bool, - /// Whether a component is allowed to have a non-identity 2x2 transform. - /// - /// If not, any source component that does will be flattened - /// Named to match the ufo2ft flag as suggested in + /// Whether all components with a non-identity 2x2 transform will be converted to outlines. + // Named to match the ufo2ft flag as suggested in #[arg(long, default_value = "false")] pub decompose_transformed_components: bool,