aboutsummaryrefslogtreecommitdiff
path: root/mailutils/reformime.c
diff options
context:
space:
mode:
Diffstat (limited to 'mailutils/reformime.c')
-rw-r--r--mailutils/reformime.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mailutils/reformime.c b/mailutils/reformime.c
index 6a0254803..321729e0a 100644
--- a/mailutils/reformime.c
+++ b/mailutils/reformime.c
@@ -280,9 +280,9 @@ int reformime_main(int argc UNUSED_PARAM, char **argv)
280 280
281 // parse options 281 // parse options
282 // N.B. only -x and -X are supported so far 282 // N.B. only -x and -X are supported so far
283 opt_complementary = "x--X:X--x"; 283 opts = getopt32(argv, "^"
284 opts = getopt32(argv, 284 "x:X" IF_FEATURE_REFORMIME_COMPAT("deis:r:c:m:*h:o:O:")
285 "x:X" IF_FEATURE_REFORMIME_COMPAT("deis:r:c:m:*h:o:O:"), 285 "\0" "x--X:X--x",
286 &opt_prefix 286 &opt_prefix
287 IF_FEATURE_REFORMIME_COMPAT(, NULL, NULL, &G.opt_charset, NULL, NULL, NULL, NULL) 287 IF_FEATURE_REFORMIME_COMPAT(, NULL, NULL, &G.opt_charset, NULL, NULL, NULL, NULL)
288 ); 288 );