From 3bc22eb7b843c77706bb13fc332009097f247813 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 12 Nov 2012 10:07:28 -0800 Subject: [PATCH] Minor --- util/options.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/options.cc b/util/options.cc index dc7aeed..9dbc2b1 100644 --- a/util/options.cc +++ b/util/options.cc @@ -313,7 +313,7 @@ shape_options_t::add_options (option_parser_t *parser) "\n" " Mixing it all:\n" "\n" - " \"kern[3:5]=0\" 1 3 5 # Turn feature off for range"; + " \"aalt[3:5]=2\" 2 3 5 # Turn 2nd alternate on for range"; GOptionEntry entries2[] = { -- 2.7.4