From 6be3f1034bba7a2f1f1fb16003e8f9bfdd720b89 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Tue, 2 Jan 2018 22:54:49 +0000 Subject: [PATCH] cli: remove --help text paragraphs that don't apply here --- src/python/ttfautohint/cli.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/python/ttfautohint/cli.py b/src/python/ttfautohint/cli.py index 1e5898a..01685ba 100644 --- a/src/python/ttfautohint/cli.py +++ b/src/python/ttfautohint/cli.py @@ -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 = """\ @@ -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: