From c6ebff4928da74bd1257e1d6b4d0d081b3bd4d45 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Mon, 6 Sep 2010 23:44:23 +0300 Subject: [PATCH] * use '-m' shortcut only for --maildir, not for --muhome... --- src/mu-config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mu-config.c b/src/mu-config.c index 577c7981..32b01e15 100644 --- a/src/mu-config.c +++ b/src/mu-config.c @@ -67,7 +67,7 @@ config_options_group_mu (MuConfigOptions *opts) "don't give any progress information", NULL }, {"version", 'v', 0, G_OPTION_ARG_NONE, &opts->version, "display version and copyright information", NULL}, - {"muhome", 'm', 0, G_OPTION_ARG_FILENAME, &opts->muhome, + {"muhome", 0, 0, G_OPTION_ARG_FILENAME, &opts->muhome, "specify an alternative mu directory", NULL}, {"log-stderr", 0, 0, G_OPTION_ARG_NONE, &opts->log_stderr, "log to standard error", NULL}, @@ -108,7 +108,7 @@ config_options_group_index (MuConfigOptions *opts) {"maildir", 'm', 0, G_OPTION_ARG_FILENAME, &opts->maildir, "top of the maildir", NULL}, {"reindex", 0, 0, G_OPTION_ARG_NONE, &opts->reindex, - "index already indexed messages too", NULL}, + "index even already indexed messages", NULL}, {"rebuild", 0, 0, G_OPTION_ARG_NONE, &opts->rebuild, "rebuild the database from scratch", NULL}, {"autoupgrade", 0, 0, G_OPTION_ARG_NONE, &opts->autoupgrade,