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=e32c2d801b1f05fc423b597e6b44c66d4213bbc2 The branch, master has been updated via e32c2d801b1f05fc423b597e6b44c66d4213bbc2 (commit) from 8f2e2f1fb926ffda9cf8ea264c391aae212e43ab (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 e32c2d801b1f05fc423b597e6b44c66d4213bbc2 Author: Sergey Poznyakoff <g...@gnu.org.ua> Date: Sun Oct 3 22:01:30 2010 +0300 Fix docstrings in mu. ----------------------------------------------------------------------- Summary of changes: mu/filter.c | 2 +- mu/flt2047.c | 2 +- mu/info.c | 4 ++-- mu/query.c | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mu/filter.c b/mu/filter.c index ee9d79f..dedc2f9 100644 --- a/mu/filter.c +++ b/mu/filter.c @@ -24,7 +24,7 @@ #include "mu.h" static char filter_doc[] = N_("mu filter"); -static char filter_args_doc[] = N_("[OPTIONS] NAME"); +static char filter_args_doc[] = N_("NAME"); static struct argp_option filter_options[] = { { "encode", 'e', NULL, 0, N_("encode the input (default)") }, diff --git a/mu/flt2047.c b/mu/flt2047.c index 8220f90..75d3b37 100644 --- a/mu/flt2047.c +++ b/mu/flt2047.c @@ -24,7 +24,7 @@ #include "mu.h" static char flt2047_doc[] = N_("mu 2047 - decode/encode message headers"); -static char flt2047_args_doc[] = N_("[OPTIONS] [text]"); +static char flt2047_args_doc[] = N_("[text]"); static struct argp_option flt2047_options[] = { { "encode", 'e', NULL, 0, N_("encode the input (default)") }, diff --git a/mu/info.c b/mu/info.c index 56d5b12..e101d2b 100644 --- a/mu/info.c +++ b/mu/info.c @@ -24,9 +24,9 @@ #include "mu.h" static char info_doc[] = N_("mu info - print a list of configuration\ -options used to build mailutils; optional arguments are interpreted\ + options used to build mailutils; optional arguments are interpreted\ as a list of configuration options to check for."); -static char info_args_doc[] = N_("[OPTIONS] [capa...]"); +static char info_args_doc[] = N_("[capa...]"); static struct argp_option info_options[] = { { "verbose", 'v', NULL, 0, diff --git a/mu/query.c b/mu/query.c index 74b6aaf..f338a3a 100644 --- a/mu/query.c +++ b/mu/query.c @@ -25,7 +25,7 @@ #include "mu.h" static char query_doc[] = N_("mu query - query configuration values."); -static char query_args_doc[] = N_("[OPTIONS]"); +static char query_args_doc[] = N_("keyword [keyword...]"); char *file_name; int verbose_option; hooks/post-receive -- GNU Mailutils _______________________________________________ Commit-mailutils mailing list Commit-mailutils@gnu.org http://lists.gnu.org/mailman/listinfo/commit-mailutils