[util] Minor

This commit is contained in:
Behdad Esfahbod 2015-01-09 14:22:01 -08:00
parent 67dfa8c7c2
commit 5789ca69d7
1 changed files with 1 additions and 1 deletions

View File

@ -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"}, {"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"}, {"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} {NULL}
}; };
parser->add_group (entries, parser->add_group (entries,