Minor fix
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment