projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8de2e42
)
makemime: fix -a option not taking parameter
author
Denys Vlasenko
<vda.linux@googlemail.com>
Fri, 28 Oct 2011 16:25:38 +0000
(18:25 +0200)
committer
Denys 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
patch
|
blob
|
history
diff --git
a/mailutils/makemime.c
b/mailutils/makemime.c
index 4dc53a3b2fcd48a5c11ce3e3087eec139cb56a24..a9ff03d030db4ebb9869eef638663fbc623f9d88 100644
(file)
--- a/
mailutils/makemime.c
+++ b/
mailutils/makemime.c
@@
-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;