We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d67be0 commit 2329d65Copy full SHA for 2329d65
tools/scripts/checksum/checksum.py
@@ -16,6 +16,9 @@
16
#
17
# Usage: checksum.py (options) [file path 1]...[file path n]
18
19
+# `file path` should be defined as a path to a font file for all use cases except with use of -c/--check.
20
+# With the -c/--check option, use one or more file paths to checksum files
21
+#
22
# Options:
23
# -h, --help Help
24
# -t, --ttx Calculate SHA1 hash values from ttx dump of XML (default = font binary)
0 commit comments