glib-mkenums: add back missing --fprod option

... in glib-mkenums python port.

https://bugzilla.gnome.org/show_bug.cgi?id=779332
https://bugzilla.gnome.org/show_bug.cgi?id=783198
This commit is contained in:
Matej Knopp 2017-05-28 22:29:20 +02:00 committed by Matthias Clasen
parent 29f9fe041b
commit dc9b01fd64

View File

@ -238,6 +238,8 @@ parser.add_argument('--fhead', default='', dest='fhead',
help='Output file header')
parser.add_argument('--ftail', default='', dest='ftail',
help='Per input file production')
parser.add_argument('--fprod', default='', dest='fprod',
help='Put out TEXT everytime a new input file is being processed.')
parser.add_argument('--eprod', default='', dest='eprod',
help='Per enum text (produced prior to value iterations)')
parser.add_argument('--vhead', default='', dest='vhead',