diff --git a/crates/typst-cli/src/args.rs b/crates/typst-cli/src/args.rs index 946afbc3d..5ec56555e 100644 --- a/crates/typst-cli/src/args.rs +++ b/crates/typst-cli/src/args.rs @@ -389,7 +389,10 @@ pub struct FontsCommand { /// Common arguments to customize available fonts #[derive(Debug, Clone, Parser)] pub struct FontArgs { - /// Adds additional directories to search for fonts + /// Adds additional directories that are recursively searched for fonts + /// + /// If multiple paths are specified, they are separated by the system's path + /// separator (`:` on Unix-like systems and `;` on Windows). #[clap( long = "font-path", env = "TYPST_FONT_PATHS",