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 6cd64f4 commit eea0434Copy full SHA for eea0434
lib/fdiff/__main__.py
@@ -62,8 +62,8 @@ def run(argv):
62
parser.add_argument(
63
"--nomp", action="store_true", help="Do not use multi process optimizations"
64
)
65
- parser.add_argument("PREFILE", help="Font file path 1")
66
- parser.add_argument("POSTFILE", help="Font file path 2")
+ parser.add_argument("PREFILE", help="Font file path/URL 1")
+ parser.add_argument("POSTFILE", help="Font file path/URL 2")
67
68
args = parser.parse_args(argv)
69
0 commit comments