summaryrefslogtreecommitdiff
path: root/comsat/comsat.c
diff options
context:
space:
mode:
authorJordi Mallach <jordi@gnu.org>2009-09-28 14:13:13 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2009-09-28 14:13:13 +0300
commitee2bb525fbfa5e194b3f572642f146a251115aed (patch)
tree131a77f2944a59fdeb899ee417043de1f543bce9 /comsat/comsat.c
parent2125fa1b4899a1ae59d4d24ddd2a569557cb7f22 (diff)
downloadmailutils-ee2bb525fbfa5e194b3f572642f146a251115aed.tar.gz
mailutils-ee2bb525fbfa5e194b3f572642f146a251115aed.tar.bz2
Harmonise --help output
* comsat/comsat.c: Add docstring. * movemail/movemail.c: Add docstring.
Diffstat (limited to 'comsat/comsat.c')
-rw-r--r--comsat/comsat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/comsat/comsat.c b/comsat/comsat.c
index 66dd4293f..a6bbf03fe 100644
--- a/comsat/comsat.c
+++ b/comsat/comsat.c
@@ -54,7 +54,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 char args_doc[] = N_("\n--test MBOX-URL MSG-QID");
#define OPT_FOREGROUND 256

Return to:

Send suggestions and report system problems to the System administrator.