This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Mailutils".
http://git.savannah.gnu.org/cgit/mailutils.git/commit/?id=cc8d9c7151e8353ea88426d881d20a6ee201db69 The branch, master has been updated via cc8d9c7151e8353ea88426d881d20a6ee201db69 (commit) from 2b6416ef15089f8780583bfa773ac8878f9e44f3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit cc8d9c7151e8353ea88426d881d20a6ee201db69 Author: Sergey Poznyakoff <g...@gnu.org.ua> Date: Mon Aug 22 10:31:18 2016 +0300 Fix docstrings for -nowhatnowproc ----------------------------------------------------------------------- Summary of changes: mh/comp.c | 2 +- mh/forw.c | 2 +- mh/repl.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mh/comp.c b/mh/comp.c index bec244c..0697d2f 100644 --- a/mh/comp.c +++ b/mh/comp.c @@ -49,7 +49,7 @@ static struct argp_option options[] = { {"whatnowproc", ARG_WHATNOWPROC, N_("PROG"), 0, N_("set the replacement for whatnow program")}, {"nowhatnowproc", ARG_NOWHATNOWPROC, NULL, 0, - N_("ignore whatnowproc variable. Use standard `whatnow' shell instead.")}, + N_("don't run whatnowproc")}, {"use", ARG_USE, N_("BOOL"), OPTION_ARG_OPTIONAL, N_("use draft file preserved after the last session") }, {"nouse", ARG_NOUSE, NULL, OPTION_HIDDEN, ""}, diff --git a/mh/forw.c b/mh/forw.c index e983ed5..56c0c82 100644 --- a/mh/forw.c +++ b/mh/forw.c @@ -64,7 +64,7 @@ static struct argp_option options[] = { {"whatnowproc", ARG_WHATNOWPROC, N_("PROG"), 0, N_("set the replacement for whatnow program")}, {"nowhatnowproc", ARG_NOWHATNOWPROC, NULL, 0, - N_("ignore whatnowproc variable, use standard `whatnow' shell instead")}, + N_("don't run whatnowproc")}, {"use", ARG_USE, N_("BOOL"), OPTION_ARG_OPTIONAL, N_("use draft file preserved after the last session") }, {"nouse", ARG_NOUSE, N_("BOOL"), OPTION_HIDDEN, "" }, diff --git a/mh/repl.c b/mh/repl.c index 2d5c9a6..0ab11f4 100644 --- a/mh/repl.c +++ b/mh/repl.c @@ -64,7 +64,7 @@ static struct argp_option options[] = { {"whatnowproc", ARG_WHATNOWPROC, N_("PROG"), 0, N_("set the replacement for whatnow program")}, {"nowhatnowproc", ARG_NOWHATNOWPROC, NULL, 0, - N_("ignore whatnowproc variable; use standard `whatnow' shell instead")}, + N_("don't run whatnowproc")}, {"use", ARG_USE, N_("BOOL"), OPTION_ARG_OPTIONAL, N_("use draft file preserved after the last session") }, { 0 } }; hooks/post-receive -- GNU Mailutils _______________________________________________ Commit-mailutils mailing list Commit-mailutils@gnu.org https://lists.gnu.org/mailman/listinfo/commit-mailutils