(opt_handler): Added missing support for
-format option. Thanks Peter S Galbraith <p.galbraith@globetrotter.net> for reporting.
Showing
1 changed file
with
4 additions
and
0 deletions
... | @@ -110,6 +110,10 @@ opt_handler (int key, char *arg, void *unused, struct argp_state *state) | ... | @@ -110,6 +110,10 @@ opt_handler (int key, char *arg, void *unused, struct argp_state *state) |
110 | case ARG_FORM: | 110 | case ARG_FORM: |
111 | mh_read_formfile (arg, &format_str); | 111 | mh_read_formfile (arg, &format_str); |
112 | break; | 112 | break; |
113 | |||
114 | case ARG_FORMAT: | ||
115 | format_str = arg; | ||
116 | break; | ||
113 | 117 | ||
114 | case ARG_FILE: | 118 | case ARG_FILE: |
115 | input_file = arg; | 119 | input_file = arg; | ... | ... |
-
Please register or sign in to post a comment