aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 4367ac89..15113a6e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -553,7 +553,7 @@ static struct mu_option mailfromd_options[] = {
553 { "port", 'p', N_("STRING"), MU_OPTION_DEFAULT, 553 { "port", 'p', N_("STRING"), MU_OPTION_DEFAULT,
554 N_("set communication socket"), 554 N_("set communication socket"),
555 mu_c_string, NULL, opt_port }, 555 mu_c_string, NULL, opt_port },
556 { "mtasim", 0, NULL, MU_OPTION_DEFAULT, 556 { "mtasim", 0, NULL, MU_OPTION_IMMEDIATE,
557 N_("run in mtasim compatibility mode"), 557 N_("run in mtasim compatibility mode"),
558 mu_c_string, NULL, opt_mtasim }, 558 mu_c_string, NULL, opt_mtasim },
559 { "optimize", 'O', N_("LEVEL"), MU_OPTION_ARG_OPTIONAL, 559 { "optimize", 'O', N_("LEVEL"), MU_OPTION_ARG_OPTIONAL,

Return to:

Send suggestions and report system problems to the System administrator.