Skip to content

Commit 968e37e

Browse files
committed
[__main__] update application description
1 parent 4dd9786 commit 968e37e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pathins/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def run(argv) -> None:
2222
# ===========================================================
2323
# argparse command line argument definitions
2424
# ===========================================================
25-
parser = argparse.ArgumentParser(description="TTF font curve path inspector")
25+
parser = argparse.ArgumentParser(description="Quadratic font curve path inspector")
2626
parser.add_argument(
2727
"-v", "--version", action="version", version=f"pathins v{__version__}"
2828
)

0 commit comments

Comments
 (0)