mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
notmuch-deliver: Fix typos in option context description
This commit is contained in:
parent
50d5caacc9
commit
d478384dfb
1 changed files with 3 additions and 3 deletions
|
@ -292,8 +292,8 @@ main(int argc, char **argv)
|
||||||
g_option_context_set_description(ctx,
|
g_option_context_set_description(ctx,
|
||||||
"\nConfiguration:\n"
|
"\nConfiguration:\n"
|
||||||
" "PACKAGE" uses notmuch's configuration file to determine database path and\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"
|
" initial tags to add to new messages. You may set NOTMUCH_CONFIG environment\n"
|
||||||
"variable to specify an alternative configuration file.\n"
|
" variable to specify an alternative configuration file.\n"
|
||||||
"\nExit codes:\n"
|
"\nExit codes:\n"
|
||||||
" 0 => Successful run\n"
|
" 0 => Successful run\n"
|
||||||
" 64 => Usage error\n"
|
" 64 => Usage error\n"
|
||||||
|
@ -303,7 +303,7 @@ main(int argc, char **argv)
|
||||||
" (failed to read from standard input)\n"
|
" (failed to read from standard input)\n"
|
||||||
" (failed to write to temporary file)\n"
|
" (failed to write to temporary file)\n"
|
||||||
" 76 => Failed to open/create maildir\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);
|
g_log_set_default_handler(log_handler, NULL);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue