diff --git a/mu/mu-config.cc b/mu/mu-config.cc index a9ec0f87..bfa3ecfc 100644 --- a/mu/mu-config.cc +++ b/mu/mu-config.cc @@ -147,7 +147,7 @@ config_options_group_init () &MU_CONFIG.max_msg_size, "Maximum allowed size for messages", ""}, {"batch-size", 0, 0, G_OPTION_ARG_INT, - &MU_CONFIG.max_msg_size, + &MU_CONFIG.batch_size, "Number of changes in a database transaction batch", ""}, {NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL, NULL}