Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthetechie committed Feb 11, 2024
1 parent 570fb68 commit 2790801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_pbf_glyphs/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ struct Args {
font_dir: String,
/// Sets the output directory in which the PBF glyphs will be placed (each font will be placed in a new subdirectory with appropriately named PBF files).
out_dir: String,
/// Path to a file containing a set of glyph combination specifications. The file should contain a JSON dictionary having a format like so: {\"New Font Name\": \[\"Font 1\", \"Font 2\"]}.
/// Path to a file containing a set of glyph combination specifications. The file should contain a JSON dictionary having a format like so: {"New Font Name": ["Font 1", "Font 2"]}.
#[arg(short, long = "combinations")]
combinations_path: Option<String>,
/// Overwrites existing glyphs. By default, glyph generation will be skipped for any range with a matching file in the output directory. Note that the contents of the file are not inspected; only the name.
Expand Down

0 comments on commit 2790801

Please sign in to comment.