Commit 2ffea3b6 2ffea3b6973afdfc0972e33ba99a1faa9c4165de by Sergey Poznyakoff

Minor fix

1 parent b54540cb
...@@ -175,7 +175,7 @@ struct mu_option mu_common_options[] = { ...@@ -175,7 +175,7 @@ struct mu_option mu_common_options[] = {
175 { "no-user-rcfile", 0, NULL, MU_OPTION_ALIAS }, 175 { "no-user-rcfile", 0, NULL, MU_OPTION_ALIAS },
176 176
177 { "no-site-config", 0, NULL, MU_OPTION_IMMEDIATE, 177 { "no-site-config", 0, NULL, MU_OPTION_IMMEDIATE,
178 N_("do not load user configuration file"), 178 N_("do not load site-wide configuration file"),
179 mu_c_string, NULL, no_site_config }, 179 mu_c_string, NULL, no_site_config },
180 { "no-site-rcfile", 0, NULL, MU_OPTION_ALIAS }, 180 { "no-site-rcfile", 0, NULL, MU_OPTION_ALIAS },
181 181
......