From 6a5fc617de61f9aa3106fa78b7eacdaf6d346629 Mon Sep 17 00:00:00 2001 From: Hugo Giraudel Date: Tue, 28 Nov 2017 13:07:06 +0100 Subject: [PATCH] Fix typo in --glyphs option description --- Lib/fontTools/subset/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/fontTools/subset/__init__.py b/Lib/fontTools/subset/__init__.py index e5857dd79..c2fc098d5 100644 --- a/Lib/fontTools/subset/__init__.py +++ b/Lib/fontTools/subset/__init__.py @@ -56,7 +56,7 @@ Initial glyph set specification: --glyphs=[,...] Specify comma/whitespace-separated PS glyph names to add to the subset. Note that only PS glyph names are accepted, not gidNNN, U+XXXX, etc - that are accepted on the command line. The special string '*' wil keep + that are accepted on the command line. The special string '*' will keep the entire glyph set. --glyphs-file= Like --glyphs but reads from a file. Anything after a '#' on any line