mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
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:
parent
29f9fe041b
commit
dc9b01fd64
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user