From 5789ca69d7464bab5fa0c5bdf404f3afaa490faf Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 9 Jan 2015 14:22:01 -0800 Subject: [PATCH] [util] Minor --- util/options.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/options.cc b/util/options.cc index 55368205d..44b11c8d8 100644 --- a/util/options.cc +++ b/util/options.cc @@ -374,7 +374,7 @@ font_options_t::add_options (option_parser_t *parser) { {"font-file", 0, 0, G_OPTION_ARG_STRING, &this->font_file, "Set font file-name", "filename"}, {"face-index", 0, 0, G_OPTION_ARG_INT, &this->face_index, "Set face index (default: 0)", "index"}, - {"font-funcs", 0, 0, G_OPTION_ARG_STRING, &this->font_funcs, text, "format"}, + {"font-funcs", 0, 0, G_OPTION_ARG_STRING, &this->font_funcs, text, "impl"}, {NULL} }; parser->add_group (entries,