summaryrefslogtreecommitdiff
path: root/util/options.cc
diff options
context:
space:
mode:
authorDavid Corbett <corbett.dav@husky.neu.edu>2019-02-18 22:30:40 -0500
committerBehdad Esfahbod <behdad@behdad.org>2019-02-25 17:48:16 -0500
commit45adc185260f0fa1fa86472aafb7f91f942c567e (patch)
tree6f3facdcc2745af55a278bea996d7c3bc56251f6 /util/options.cc
parentd66f7e14a0097d8ca54ad9824f7aa7daee6c7f72 (diff)
downloadharfbuzz-45adc185260f0fa1fa86472aafb7f91f942c567e.tar.gz
Fix or document unsupported font-feature-settings
Diffstat (limited to 'util/options.cc')
-rw-r--r--util/options.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/options.cc b/util/options.cc
index b315c6a7..c5a4f0f0 100644
--- a/util/options.cc
+++ b/util/options.cc
@@ -432,7 +432,8 @@ shape_options_t::add_options (option_parser_t *parser)
" Features can be enabled or disabled, either globally or limited to\n"
" specific character ranges. The format for specifying feature settings\n"
" follows. All valid CSS font-feature-settings values other than 'normal'\n"
- " and 'inherited' are also accepted, though, not documented below.\n"
+ " and the global values are also accepted, though not documented below.\n"
+ " CSS string escapes are not supported."
"\n"
" The range indices refer to the positions between Unicode characters,\n"
" unless the --utf8-clusters is provided, in which case range indices\n"