Skip to content

Commit 9cb63ca

Browse files
committed
Change filename in sample code to match default
If they run with no -o parameter, they get a file named "output.ttf"; we should probably make the usage example the same, so users will get the same results if they include -o or not.
1 parent ed57aa8 commit 9cb63ca

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
@@ -697,7 +697,7 @@ def parse_args():
697697
can be useful when tweaking your dot radius and spacing settings.
698698
"""), epilog = textwrap.dedent("""
699699
Example of usage:
700-
python extractpoints.py /usr/share/fonts/truetype/padauk/Padauk.ttf -o trythis.ttf -r 12 -s 6.0
700+
python extractpoints.py /usr/share/fonts/truetype/padauk/Padauk.ttf -o output.ttf -r 12 -s 6.0
701701
"""), formatter_class=argparse.RawDescriptionHelpFormatter)
702702
parser.add_argument('-v', '--verbose', action = "store_true", help = "Give more verbose error messages")
703703
parser.add_argument("inputfilename", nargs = "?", default = None, help = "Required: Font file (SFD or TTF format)")

0 commit comments

Comments
 (0)