From: Ali Polatel Date: Wed, 26 May 2010 07:23:40 +0000 (+0300) Subject: notmuch-deliver: Fix typos in option context description X-Git-Tag: 0.10_rc1~54 X-Git-Url: https://git.cworth.org/git?p=obsolete%2Fnotmuch-old;a=commitdiff_plain;h=d478384dfb4083b8a8feeb13f818617d9432690d notmuch-deliver: Fix typos in option context description --- diff --git a/contrib/notmuch-deliver/src/main.c b/contrib/notmuch-deliver/src/main.c index 1fece76f..e73a5b50 100644 --- a/contrib/notmuch-deliver/src/main.c +++ b/contrib/notmuch-deliver/src/main.c @@ -292,8 +292,8 @@ main(int argc, char **argv) g_option_context_set_description(ctx, "\nConfiguration:\n" " "PACKAGE" uses notmuch's configuration file to determine database path and\n" - "initial tags to add to new messages. You may set NOTMUCH_CONFIG environment\n" - "variable to specify an alternative configuration file.\n" + " initial tags to add to new messages. You may set NOTMUCH_CONFIG environment\n" + " variable to specify an alternative configuration file.\n" "\nExit codes:\n" " 0 => Successful run\n" " 64 => Usage error\n" @@ -303,7 +303,7 @@ main(int argc, char **argv) " (failed to read from standard input)\n" " (failed to write to temporary file)\n" " 76 => Failed to open/create maildir\n" - " 78 => Configuration error (wrt .notmuch-config\n"); + " 78 => Configuration error (wrt .notmuch-config)\n"); g_log_set_default_handler(log_handler, NULL);