Hello, Of all our binaries, comsatd and movemail don't have a useful description when invoking --help.
The attached patch fixes this (and my autogenerated manpages, which now rely on that kind of information :) Jordi -- Jordi Mallach Pérez -- Debian developer http://www.debian.org/ [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.sindominio.net/ GnuPG public key information available at http://oskuro.net/
? program_description.patch
? po/Makevars.template
Index: comsat/comsat.c
===================================================================
RCS file: /cvsroot/mailutils/mailutils/comsat/comsat.c,v
retrieving revision 1.44
diff -u -p -r1.44 comsat.c
--- comsat/comsat.c 2 Nov 2005 08:39:54 -0000 1.44
+++ comsat/comsat.c 31 Oct 2006 19:17:44 -0000
@@ -52,7 +52,7 @@ typedef struct utmp UTMP;
#define MAX_TTY_SIZE (sizeof (PATH_TTY_PFX) + sizeof (((UTMP*)0)->ut_line))
const char *program_version = "comsatd (" PACKAGE_STRING ")";
-static char doc[] = "GNU comsatd";
+static char doc[] = N_("GNU comsatd -- the Comsat daemon.");
static struct argp_option options[] =
{
Index: movemail/movemail.c
===================================================================
RCS file: /cvsroot/mailutils/mailutils/movemail/movemail.c,v
retrieving revision 1.16
diff -u -p -r1.16 movemail.c
--- movemail/movemail.c 10 Sep 2006 12:48:29 -0000 1.16
+++ movemail/movemail.c 31 Oct 2006 19:17:56 -0000
@@ -27,7 +27,7 @@
#include <mu_asprintf.h>
const char *program_version = "movemail (" PACKAGE_STRING ")";
-static char doc[] = N_("GNU movemail");
+static char doc[] = N_("GNU movemail -- move messages across mailboxes.");
static char args_doc[] = N_("inbox-url destfile [POP-password]");
#define OPT_EMACS 256
signature.asc
Description: Digital signature
_______________________________________________ Bug-mailutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-mailutils
