Skip to content

Commit 7c1c87a

Browse files
committed
Update usage example
1 parent 234b499 commit 7c1c87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extractpoints.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ def parse_args():
691691
anything. Good values to try are -z 0.5 or -z 0.25 depending on the
692692
font you've selected.
693693
""", epilog = """
694-
Example of usage: python extractpoints.py /usr/share/fonts/truetype/padauk/Padauk.ttf U+aa75 -z 0.5 -dl
694+
Example of usage: python extractpoints.py /usr/share/fonts/truetype/padauk/Padauk.ttf -o trythis.ttf -r 12 -s 6.0
695695
""")
696696
parser.add_argument('-v', '--verbose', action = "store_true", help = "Give more verbose error messages")
697697
parser.add_argument("inputfilename", nargs = "?", default = DEFAULT_FONT, help = "Font file (SFD or TTF format)")

0 commit comments

Comments
 (0)