summaryrefslogtreecommitdiff
path: root/libmu_argp
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-08-25 19:23:12 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2009-08-25 19:23:55 +0300
commit2141acfb58732dab8cdb6ffff18550c0ebf016b5 (patch)
tree0f6668ed42e48d6b8e81498c553c72ce96e16d7f /libmu_argp
parent8619a1cb3b5a4b84b365571b711cf792e12ab620 (diff)
downloadmailutils-2141acfb58732dab8cdb6ffff18550c0ebf016b5.tar.gz
mailutils-2141acfb58732dab8cdb6ffff18550c0ebf016b5.tar.bz2
Fix help messages.
Option descriptions in `--help' output do not constitute conceptual sentences. Therefore, they should not begin with a capital letter, nor end with a final point. Affected files: comsat/comsat.c, config/mailutils-config.c, dotlock/dotlock.c, frm/frm.c, frm/from.c, guimb/main.c, imap4d/imap4d.c, libmu_argp/auth.c, libmu_argp/common.c, libmu_argp/gsasl.c, libmu_argp/pam.c, libmu_argp/radius.c, libmu_argp/sieve.c, libmu_argp/sql.c, libmu_argp/tls.c, libmu_argp/virtdomain.c, libmu_auth/sql.c, libmu_cfg/sql.c, maidag/maidag.c, maidag/mailquota.c, maidag/mailtmp.c, mail/mail.c, messages/messages.c, mh/ali.c, mh/anno.c, mh/burst.c, mh/comp.c, mh/fmtcheck.c, mh/folder.c, mh/forw.c, mh/inc.c, mh/install-mh.c, mh/mark.c, mh/mh_init.c, mh/mhl.c, mh/mhn.c, mh/mhparam.c, mh/mhpath.c, mh/pick.c, mh/refile.c, mh/repl.c, mh/rmf.c, mh/rmm.c, mh/scan.c, mh/send.c, mh/sortm.c, mh/whatnow.c, mh/whom.c, mimeview/mimeview.c, movemail/movemail.c, pop3d/pop3d.c, pop3d/popauth.c, readmsg/readmsg.c, sieve/sieve.c
Diffstat (limited to 'libmu_argp')
-rw-r--r--libmu_argp/auth.c12
-rw-r--r--libmu_argp/common.c46
-rw-r--r--libmu_argp/gsasl.c4
-rw-r--r--libmu_argp/pam.c4
-rw-r--r--libmu_argp/radius.c10
-rw-r--r--libmu_argp/sieve.c10
-rw-r--r--libmu_argp/sql.c14
-rw-r--r--libmu_argp/tls.c10
-rw-r--r--libmu_argp/virtdomain.c4
9 files changed, 57 insertions, 57 deletions
diff --git a/libmu_argp/auth.c b/libmu_argp/auth.c
index 32be741ab..fabacf71f 100644
--- a/libmu_argp/auth.c
+++ b/libmu_argp/auth.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2007 Free Software Foundation, Inc.
+ Copyright (C) 2007, 2009 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -41,15 +41,15 @@ static error_t mu_auth_argp_parser (int key, char *arg,
/* Options used by programs that use extended authentication mechanisms. */
static struct argp_option mu_auth_argp_option[] = {
{ "authentication", OPT_AUTHENTICATION, N_("MODLIST"), OPTION_HIDDEN,
- N_("Set the list of modules to be used for authentication"), 0 },
+ N_("set the list of modules to be used for authentication"), 0 },
{ "authorization", OPT_AUTHORIZATION, N_("MODLIST"), OPTION_HIDDEN,
- N_("Set list of modules to be used for authorization"), 0 },
+ N_("set list of modules to be used for authorization"), 0 },
{ "clear-authorization", OPT_CLEAR_AUTHORIZATION, NULL, OPTION_HIDDEN,
- N_("Clear the list of authorization modules"), 0 },
+ N_("clear the list of authorization modules"), 0 },
{ "clear-authentication", OPT_CLEAR_AUTHENTICATION, NULL, OPTION_HIDDEN,
- N_("Clear the list of authentication modules"), 0 },
+ N_("clear the list of authentication modules"), 0 },
{ "debug-auth", OPT_DEBUG_AUTH, NULL, 0,
- N_("Debug authentication functions") },
+ N_("debug authentication functions") },
{ NULL, 0, NULL, 0, NULL, 0 }
};
diff --git a/libmu_argp/common.c b/libmu_argp/common.c
index d2972d9a6..a9d9e7d93 100644
--- a/libmu_argp/common.c
+++ b/libmu_argp/common.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2007, 2008 Free Software Foundation, Inc.
+ Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -55,23 +55,23 @@ static struct argp_option mu_common_argp_options[] =
{
{ NULL, 0, NULL, 0, N_("Common options"), 0},
{ "show-config-options", OPT_SHOW_OPTIONS, NULL, 0,
- N_("Show compilation options"), 0 },
+ N_("show compilation options"), 0 },
{ "config-help", OPT_HELP_CONFIG, NULL, 0,
- N_("Show configuration file summary"), 0 },
+ N_("show configuration file summary"), 0 },
{ "no-user-config", OPT_NO_USER_RCFILE, NULL, 0,
- N_("Do not load user configuration file"), 0 },
+ N_("do not load user configuration file"), 0 },
{ "no-user-rcfile", 0, NULL, OPTION_ALIAS, NULL },
{ "no-site-config", OPT_NO_SITE_RCFILE, NULL, 0,
- N_("Do not load site configuration file"), 0 },
+ N_("do not load site configuration file"), 0 },
{ "no-site-rcfile", 0, NULL, OPTION_ALIAS, NULL },
{ "config-file", OPT_RCFILE, N_("FILE"), 0,
- N_("Load this configuration file"), 0, },
+ N_("load this configuration file"), 0, },
{ "rcfile", 0, NULL, OPTION_ALIAS, NULL },
{ "config-verbose", OPT_RCFILE_VERBOSE, NULL, 0,
- N_("Verbosely log parsing of the configuration files"), 0 },
+ N_("verbosely log parsing of the configuration files"), 0 },
{ "rcfile-verbose", 0, NULL, OPTION_ALIAS, NULL },
{ "config-lint", OPT_RCFILE_LINT, NULL, 0,
- N_("Check configuration file syntax and exit"), 0 },
+ N_("check configuration file syntax and exit"), 0 },
{ "rcfile-lint", 0, NULL, OPTION_ALIAS, NULL },
{ NULL, 0, NULL, 0, NULL, 0 }
};
@@ -139,7 +139,7 @@ struct mu_cmdline_capa mu_common_cmdline = {
static struct argp_option mu_logging_argp_option[] = {
{"log-facility", OPT_LOG_FACILITY, N_("FACILITY"), 0,
- N_("Output logs to syslog FACILITY"), 0},
+ N_("output logs to syslog FACILITY"), 0},
{ NULL, 0, NULL, 0, NULL, 0 }
};
@@ -192,7 +192,7 @@ struct mu_cmdline_capa mu_logging_cmdline = {
/* Option to print the license. */
static struct argp_option mu_license_argp_option[] = {
- { "license", OPT_LICENSE, NULL, 0, N_("Print license and exit"), -2 },
+ { "license", OPT_LICENSE, NULL, 0, N_("print license and exit"), -2 },
{ NULL, 0, NULL, 0, NULL, 0 }
};
@@ -236,13 +236,13 @@ struct mu_cmdline_capa mu_license_cmdline = {
/* Options used by programs that access mailboxes. */
static struct argp_option mu_mailbox_argp_option[] = {
{ "mail-spool", 'm', N_("URL"), OPTION_HIDDEN,
- N_("Use specified URL as a mailspool directory"), 0 },
+ N_("use specified URL as a mailspool directory"), 0 },
{ "mailbox-pattern", OPT_MAILBOX_PATTERN, N_("pat"), OPTION_HIDDEN,
"", 0 },
{ "mailbox-type", OPT_MAILBOX_TYPE, N_("PROTO"), OPTION_HIDDEN,
- N_("Default mailbox type to use"), 0 },
+ N_("default mailbox type to use"), 0 },
{ "mail-folder", OPT_MAIL_FOLDER, N_("DIR"), OPTION_HIDDEN,
- N_("Default user mail folder"), 0 },
+ N_("default user mail folder"), 0 },
{ NULL }
};
@@ -308,16 +308,16 @@ struct mu_cmdline_capa mu_mailbox_cmdline = {
/* Options used by programs that access mailboxes. */
static struct argp_option mu_locking_argp_option[] = {
{"lock-flags", OPT_LOCK_FLAGS, N_("FLAGS"), OPTION_HIDDEN,
- N_("Default locker flags (E=external, R=retry, T=time, P=pid)"), 0},
+ N_("default locker flags (E=external, R=retry, T=time, P=pid)"), 0},
{"lock-retry-timeout", OPT_LOCK_RETRY_TIMEOUT, N_("SECONDS"), OPTION_HIDDEN,
- N_("Set timeout for acquiring the lockfile") },
+ N_("set timeout for acquiring the lockfile") },
{"lock-retry-count", OPT_LOCK_RETRY_COUNT, N_("NUMBER"), OPTION_HIDDEN,
- N_("Set the maximum number of times to retry acquiring the lockfile") },
+ N_("set the maximum number of times to retry acquiring the lockfile") },
{"lock-expire-timeout", OPT_LOCK_EXPIRE_TIMEOUT, N_("SECONDS"),
OPTION_HIDDEN,
- N_("Number of seconds after which the lock expires"), },
+ N_("number of seconds after which the lock expires"), },
{"external-locker", OPT_LOCK_EXTERNAL_PROGRAM, N_("PATH"), OPTION_HIDDEN,
- N_("Set full path to the external locker program") },
+ N_("set full path to the external locker program") },
{ NULL, 0, NULL, 0, NULL, 0 }
};
@@ -386,9 +386,9 @@ struct mu_cmdline_capa mu_locking_cmdline = {
/* Options used by programs that do address mapping. */
static struct argp_option mu_address_argp_option[] = {
{"email-addr", 'E', N_("EMAIL"), OPTION_HIDDEN,
- N_("Set current user's email address (default is loginname@defaultdomain)"), 0},
+ N_("set current user's email address (default is loginname@defaultdomain)"), 0},
{"email-domain", 'D', N_("DOMAIN"), OPTION_HIDDEN,
- N_("Set domain for unqualified user names (default is this host)"), 0},
+ N_("set domain for unqualified user names (default is this host)"), 0},
{ NULL, 0, NULL, 0, NULL, 0 }
};
@@ -445,7 +445,7 @@ struct mu_cmdline_capa mu_address_cmdline = {
/* Options used by programs that send mail. */
static struct argp_option mu_mailer_argp_option[] = {
{"mailer", 'M', N_("MAILER"), 0,
- N_("Use specified URL as the default mailer"), 0},
+ N_("use specified URL as the default mailer"), 0},
{ NULL, 0, NULL, 0, NULL, 0 }
};
@@ -495,9 +495,9 @@ struct mu_cmdline_capa mu_mailer_cmdline = {
static struct argp_option mu_debug_argp_options[] =
{
{ "debug-level", OPT_DEBUG_LEVEL, N_("LEVEL"), 0,
- N_("Set Mailutils debugging level"), 0 },
+ N_("set Mailutils debugging level"), 0 },
{ "debug-line-info", OPT_LINE_INFO, NULL, 0,
- N_("Show source info with debugging messages"), 0 },
+ N_("show source info with debugging messages"), 0 },
{ NULL }
};
diff --git a/libmu_argp/gsasl.c b/libmu_argp/gsasl.c
index 598b6ce1b..e7d6996d6 100644
--- a/libmu_argp/gsasl.c
+++ b/libmu_argp/gsasl.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2007 Free Software Foundation, Inc.
+ Copyright (C) 2007, 2009 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -26,7 +26,7 @@
static struct argp_option _gsasl_argp_options[] = {
{"cram-passwd", OPT_CRAM_PASSWD, N_("FILE"), OPTION_HIDDEN,
- N_("Specify password file for CRAM-MD5 authentication"), 0},
+ N_("specify password file for CRAM-MD5 authentication"), 0},
{ NULL, 0, NULL, 0, NULL, 0 }
};
diff --git a/libmu_argp/pam.c b/libmu_argp/pam.c
index 711aa31cc..d53a37d41 100644
--- a/libmu_argp/pam.c
+++ b/libmu_argp/pam.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2007 Free Software Foundation, Inc.
+ Copyright (C) 2007, 2009 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -52,7 +52,7 @@ mu_pam_argp_parser (int key, char *arg, struct argp_state *state)
static struct argp_option mu_pam_argp_option[] = {
{ "pam-service", OPT_PAM_SERVICE, N_("STRING"), OPTION_HIDDEN,
- N_("Use STRING as PAM service name"), 0},
+ N_("use STRING as PAM service name"), 0},
{ NULL, 0, NULL, 0, NULL, 0 }
};
diff --git a/libmu_argp/radius.c b/libmu_argp/radius.c
index f1e878ba0..e4c6c1dfb 100644
--- a/libmu_argp/radius.c
+++ b/libmu_argp/radius.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2007 Free Software Foundation, Inc.
+ Copyright (C) 2007, 2009 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -32,13 +32,13 @@ enum {
static struct argp_option mu_radius_argp_option[] = {
{ "radius-auth-request", OPT_AUTH_REQUEST, N_("REQUEST"), OPTION_HIDDEN,
- N_("Radius request to authenitcate the user"), 0 },
+ N_("radius request to authenitcate the user"), 0 },
{ "radius-getpwnam-request", OPT_GETPWNAM_REQUEST, N_("REQUEST"), OPTION_HIDDEN,
- N_("Radius request to retrieve a passwd entry based on username"), 0 },
+ N_("radius request to retrieve a passwd entry based on username"), 0 },
{ "radius-getpwuid-request", OPT_GETPWUID_REQUEST, N_("REQUEST"), OPTION_HIDDEN,
- N_("Radius request to retrieve a passwd entry based on UID"), 0 },
+ N_("radius request to retrieve a passwd entry based on UID"), 0 },
{ "radius-directory", OPT_RADIUS_DIR, N_("DIR"), OPTION_HIDDEN,
- N_("Set name of the radius configuration directory"), 0 },
+ N_("set name of the radius configuration directory"), 0 },
{ NULL }
};
diff --git a/libmu_argp/sieve.c b/libmu_argp/sieve.c
index 50cc941b1..17841e035 100644
--- a/libmu_argp/sieve.c
+++ b/libmu_argp/sieve.c
@@ -1,6 +1,6 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2000, 2001, 2002, 2005,
- 2007 Free Software Foundation, Inc.
+ 2007, 2009 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -30,13 +30,13 @@ enum {
static struct argp_option sieve_argp_option[] = {
{ "includedir", 'I', N_("DIR"), 0,
- N_("Append directory DIR to the list of directories searched for include files"), 0 },
+ N_("append DIR to the list of directories searched for include files"), 0 },
{ "libdir", 'L', N_("DIR"), 0,
- N_("Append directory DIR to the list of directories searched for library files"), 0 },
+ N_("append DIR to the list of directories searched for library files"), 0 },
{ "clear-include-path", OPT_CLEAR_INCLUDE_PATH, NULL, 0,
- N_("Clear Sieve include path"), 0 },
+ N_("clear Sieve include path"), 0 },
{ "clear-library-path", OPT_CLEAR_LIBRARY_PATH, NULL, 0,
- N_("Clear Sieve library path"), 0 },
+ N_("clear Sieve library path"), 0 },
{ "clearpath", 0, NULL, OPTION_ALIAS, NULL },
{ NULL, 0, NULL, 0, NULL, 0 }
};
diff --git a/libmu_argp/sql.c b/libmu_argp/sql.c
index a09d0aba9..d009653a0 100644
--- a/libmu_argp/sql.c
+++ b/libmu_argp/sql.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2007 Free Software Foundation, Inc.
+ Copyright (C) 2007, 2009 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -38,7 +38,7 @@ enum {
static struct argp_option mu_sql_argp_option[] = {
{"sql-interface", OPT_SQL_INTERFACE, N_("NAME"), OPTION_HIDDEN,
- N_("Type of SQL interface to use"), },
+ N_("type of SQL interface to use"), },
{"sql-getpwnam", OPT_SQL_GETPWNAM, N_("QUERY"), OPTION_HIDDEN,
N_("SQL query to retrieve a passwd entry based on username"), 0},
{"sql-getpwuid", OPT_SQL_GETPWUID, N_("QUERY"), OPTION_HIDDEN,
@@ -46,19 +46,19 @@ static struct argp_option mu_sql_argp_option[] = {
{"sql-getpass", OPT_SQL_GETPASS, N_("QUERY"), OPTION_HIDDEN,
N_("SQL query to retrieve a password from the database"), 0},
{"sql-host", OPT_SQL_HOST, N_("HOSTNAME"), OPTION_HIDDEN,
- N_("Name or IP of MySQL server to connect to"), 0},
+ N_("name or IP of MySQL server to connect to"), 0},
{"sql-user", OPT_SQL_USER, N_("NAME"), OPTION_HIDDEN,
N_("SQL user name"), 0},
{"sql-passwd", OPT_SQL_PASSWD, N_("STRING"), OPTION_HIDDEN,
N_("SQL connection password"), 0},
{"sql-db", OPT_SQL_DB, N_("STRING"), OPTION_HIDDEN,
- N_("Name of the database to connect to"), 0},
+ N_("name of the database to connect to"), 0},
{"sql-port", OPT_SQL_PORT, N_("NUMBER"), OPTION_HIDDEN,
- N_("Port to use"), 0},
+ N_("port to use"), 0},
{"sql-password-type", OPT_SQL_MU_PASSWORD_TYPE, N_("STRING"), OPTION_HIDDEN,
- N_("Type of password returned by --sql-getpass query. STRING is one of: plain, hash, scrambled"), 0},
+ N_("type of password returned by --sql-getpass query. STRING is one of: plain, hash, scrambled"), 0},
{"sql-field-map", OPT_SQL_FIELD_MAP, N_("MAP"), OPTION_HIDDEN,
- N_("Declare a name translation map for SQL fields in results of sql-getpwnam and "
+ N_("declare a name translation map for SQL fields in results of sql-getpwnam and "
"sql-getpwuid queries"), 0},
{ NULL, 0, NULL, 0, NULL, 0 }
};
diff --git a/libmu_argp/tls.c b/libmu_argp/tls.c
index 8fa7bba99..44d5e2b7f 100644
--- a/libmu_argp/tls.c
+++ b/libmu_argp/tls.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2007 Free Software Foundation, Inc.
+ Copyright (C) 2007, 2009 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -31,13 +31,13 @@ enum {
static struct argp_option _tls_argp_options[] = {
{"ssl-cert", OPT_SSL_CERT, N_("FILE"), OPTION_HIDDEN,
- N_("Specify SSL certificate file"), 0},
+ N_("specify SSL certificate file"), 0},
{"ssl-key", OPT_SSL_KEY, N_("FILE"), OPTION_HIDDEN,
- N_("Specify SSL certificate key"), },
+ N_("specify SSL certificate key"), },
{"ssl-cafile", OPT_SSL_CAFILE, N_("FILE"), OPTION_HIDDEN,
- N_("Specify trusted CAs file"), 0},
+ N_("specify trusted CAs file"), 0},
{"tls", OPT_TLS, N_("BOOL"), OPTION_ARG_OPTIONAL,
- N_("Enable TLS support") },
+ N_("enable TLS support") },
{NULL, 0, NULL, 0, NULL, 0}
};
diff --git a/libmu_argp/virtdomain.c b/libmu_argp/virtdomain.c
index cfa0a75e3..bd39247e8 100644
--- a/libmu_argp/virtdomain.c
+++ b/libmu_argp/virtdomain.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2007 Free Software Foundation, Inc.
+ Copyright (C) 2007, 2009 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -51,7 +51,7 @@ mu_virt_argp_parser (int key, char *arg, struct argp_state *state)
static struct argp_option mu_virt_argp_option[] = {
{ "virtual-passwd-dir", OPT_PWDDIR, N_("DIR"), OPTION_HIDDEN,
- N_("Search for virtual passwd file in DIR"), 0},
+ N_("search for virtual passwd file in DIR"), 0},
{ NULL, 0, NULL, 0, NULL, 0 }
};

Return to:

Send suggestions and report system problems to the System administrator.