Skip to content

Commit

Permalink
cli: remove --help text paragraphs that don't apply here
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Jan 2, 2018
1 parent e2872b4 commit 6be3f10
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/python/ttfautohint/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@ def main(args=None):
The new hints are based on FreeType's auto-hinter.
This program is a simple front-end to the `ttfautohint' library.
Long options can be given with one or two dashes,
and with and without equal sign between option and argument.
This means that the following forms are acceptable:
`-foo=bar', `--foo=bar', `-foo bar', `--foo bar'.
Mandatory arguments to long options are mandatory for short options too.
"""

EPILOG = """\
Expand Down Expand Up @@ -168,8 +161,6 @@ def main(args=None):
have the verbose aliases `left', `right', `nodir', `point', `touch',
`width', `xshift', and `yshift', respectively.
A GUI version of this program is called `ttfautohintGUI'.
Report bugs to: freetype-devel@nongnu.org
ttfautohint home page: <http://www.freetype.org/ttfautohint>
Expand Down

0 comments on commit 6be3f10

Please sign in to comment.