makemime: fix -a option not taking parameter
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 28 Oct 2011 16:25:38 +0000 (18:25 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 28 Oct 2011 16:25:38 +0000 (18:25 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
mailutils/makemime.c

index 4dc53a3..a9ff03d 100644 (file)
@@ -164,7 +164,7 @@ int makemime_main(int argc UNUSED_PARAM, char **argv)
        // parse options
        opt_complementary = "a::";
        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
        );
        //argc -= optind;