makemime: fix -a option not taking parameter
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
8de2e42201
commit
83e34ac4b5
@ -164,7 +164,7 @@ int makemime_main(int argc UNUSED_PARAM, char **argv)
|
|||||||
// parse options
|
// parse options
|
||||||
opt_complementary = "a::";
|
opt_complementary = "a::";
|
||||||
opts = getopt32(argv,
|
opts = getopt32(argv,
|
||||||
"c:e:o:C:N:a", //:m:j:",
|
"c:e:o:C:N:a:", //:m:j:",
|
||||||
&G.content_type, NULL, &opt_output, &G.opt_charset, NULL, &opt_headers //, NULL, NULL
|
&G.content_type, NULL, &opt_output, &G.opt_charset, NULL, &opt_headers //, NULL, NULL
|
||||||
);
|
);
|
||||||
//argc -= optind;
|
//argc -= optind;
|
||||||
|
Loading…
Reference in New Issue
Block a user