[util] Add -y for --face-index

Ala ttx.
This commit is contained in:
Behdad Esfahbod 2023-01-20 12:08:31 -07:00
parent 6bf9237e5f
commit c05230256d
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ face_options_t::add_options (option_parser_t *parser)
GOptionEntry entries[] =
{
{"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", 'y', 0, G_OPTION_ARG_INT, &this->face_index, "Set face index (default: 0)", "index"},
{nullptr}
};
parser->add_group (entries,