summaryrefslogtreecommitdiff
path: root/comsat/comsat.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-08-25 20:44:24 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2009-08-25 20:44:24 +0300
commit9813be458d631d21b05164e794a9ab335eb00c96 (patch)
tree865cec9aee3e6dd0dbee7d6a4d3e0adcb377e418 /comsat/comsat.c
parent2141acfb58732dab8cdb6ffff18550c0ebf016b5 (diff)
downloadmailutils-9813be458d631d21b05164e794a9ab335eb00c96.tar.gz
mailutils-9813be458d631d21b05164e794a9ab335eb00c96.tar.bz2
Minor improvements in comsat and frm
* comsat/action.c (action_exec): Remove `line' argument. Do not explicitly add locus to the messages. (run_user_action): Add locus to diagnostics mu_debug_t, so it is prepended to all diagnostic messages automatically. * comsat/comsat.c: Improve help output * frm/frm.c (attr_help): Remove unnecessary variable.
Diffstat (limited to 'comsat/comsat.c')
-rw-r--r--comsat/comsat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/comsat/comsat.c b/comsat/comsat.c
index 725685f5e..66dd4293f 100644
--- a/comsat/comsat.c
+++ b/comsat/comsat.c
@@ -55,6 +55,7 @@ typedef struct utmp UTMP;
const char *program_version = "comsatd (" PACKAGE_STRING ")";
static char doc[] = "GNU comsatd";
+static char args_doc[] = N_("\n--test MBOX-URL MSG-QID");
#define OPT_FOREGROUND 256
@@ -77,7 +78,7 @@ static error_t comsatd_parse_opt (int key, char *arg,
static struct argp argp = {
options,
comsatd_parse_opt,
- NULL,
+ args_doc,
doc,
NULL,
NULL, NULL

Return to:

Send suggestions and report system problems to the System administrator.