From d7bcf3df36add5043b9174d19dffbc5736b9055a Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Thu, 11 Feb 2010 20:19:43 +0200 Subject: [PATCH] * mu-config.c: remove extra space --- src/mu-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mu-config.c b/src/mu-config.c index 023051b1..d7026227 100644 --- a/src/mu-config.c +++ b/src/mu-config.c @@ -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,