{"gids",0,0,G_OPTION_ARG_CALLBACK,(gpointer)&parse_gids,"Specify glyph IDs or ranges to include in the subset","list of glyph indices/ranges"},
{"gids",0,0,G_OPTION_ARG_CALLBACK,(gpointer)&parse_gids,"Specify glyph IDs or ranges to include in the subset","list of glyph indices/ranges"},
// gids-file
// gids-file
// glyphs
{"glyphs",0,0,G_OPTION_ARG_CALLBACK,(gpointer)&parse_glyphs,"Specify glyph names to include in the subset","list of glyph names"},
// glyphs-file
// glyphs-file
{"text",0,0,G_OPTION_ARG_CALLBACK,(gpointer)&parse_text,"Specify text to include in the subset","string"},
{"text",0,0,G_OPTION_ARG_CALLBACK,(gpointer)&parse_text,"Specify text to include in the subset","string"},
// text-file
// text-file
{"unicodes",0,0,G_OPTION_ARG_CALLBACK,(gpointer)&parse_unicodes,"Specify Unicode codepoints or ranges to include in the subset","list of hex numbers/ranges"},
{"unicodes",0,0,G_OPTION_ARG_CALLBACK,(gpointer)&parse_unicodes,"Specify Unicode codepoints or ranges to include in the subset","list of hex numbers/ranges"},