summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2014-07-25 12:35:03 -0400
committerBehdad Esfahbod <behdad@behdad.org>2014-07-25 12:35:03 -0400
commit0de25d4184d2d92b1a2ebb6fa054275aaae4c316 (patch)
treefe03bea95ca3b642cb901095670e5d7696e6494d
parent6e69200a2aadbc6bba35ffb4a058c14286b84f46 (diff)
[util] Note CSS compatibility in --help-features
-rw-r--r--util/options.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/util/options.cc b/util/options.cc
index 738fb7ad..0adc179b 100644
--- a/util/options.cc
+++ b/util/options.cc
@@ -304,7 +304,9 @@ shape_options_t::add_options (option_parser_t *parser)
const gchar *features_help = "Comma-separated list of font features\n"
"\n"
" Features can be enabled or disabled, either globally or limited to\n"
- " specific character ranges.\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"
"\n"
" The range indices refer to the positions between Unicode characters,\n"
" unless the --utf8-clusters is provided, in which case range indices\n"