* mu-config.c: remove extra space

This commit is contained in:
Dirk-Jan C. Binnema 2010-02-11 20:19:43 +02:00
parent 2637989d93
commit d7bcf3df36
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ config_options_group_mu (MuConfigOptions *opts)
{"version", 'v', 0, G_OPTION_ARG_NONE, &opts->version,
"display version and copyright information", NULL},
{"muhome", 'a', 0, G_OPTION_ARG_FILENAME, &opts->muhome,
"specify an alternative mu directory ", NULL},
"specify an alternative mu directory", NULL},
{"log-stderr", 'e', 0, G_OPTION_ARG_NONE, &opts->log_stderr,
"log to standard error", NULL},
{ G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_STRING_ARRAY,