update help
This commit is contained in:
parent
44c8f3fb94
commit
c67349ff13
1 changed files with 2 additions and 2 deletions
4
build.py
4
build.py
|
@ -72,7 +72,7 @@ def parse_args():
|
|||
feature_group.add_argument(
|
||||
"--feat",
|
||||
type=lambda x: x.strip().split(","),
|
||||
help="Freeze font features, splited by `,` (e.g. `--feat zero,cv01,ss07,ss08`)",
|
||||
help="Freeze font features, splited by `,` (e.g. `--feat zero,cv01,ss07,ss08`). No effect on variable format",
|
||||
)
|
||||
feature_group.add_argument(
|
||||
"--hinted",
|
||||
|
@ -147,7 +147,7 @@ def parse_args():
|
|||
build_group.add_argument(
|
||||
"--cache",
|
||||
action="store_true",
|
||||
help="Reuse font cache",
|
||||
help="Reuse font cache of TTF, OTF and Woff2 formats",
|
||||
)
|
||||
build_group.add_argument(
|
||||
"--release",
|
||||
|
|
Loading…
Reference in a new issue