From 362db5c99a7dc7c4632a1a4adacda955e55e8d3c Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Sun, 25 Feb 2018 12:06:12 -0500 Subject: [PATCH] [checksum.py] added file path documentation to source header --- Snippets/checksum.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Snippets/checksum.py b/Snippets/checksum.py index c7add4fd3..dd5a248bf 100644 --- a/Snippets/checksum.py +++ b/Snippets/checksum.py @@ -16,6 +16,9 @@ # # Usage: checksum.py (options) [file path 1]...[file path n] # +# `file path` should be defined as a path to a font file for all use cases except with use of -c/--check. +# With the -c/--check option, use one or more file paths to checksum files +# # Options: # -h, --help Help # -t, --ttx Calculate SHA1 hash values from ttx dump of XML (default = font binary)