From 0f91d28c563e5d8cdb4b1dda25eb9791f311ae61 Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Thu, 11 Apr 2002 03:13:38 +0000 Subject: mailutils capbilities were split up --- comsat/comsat.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'comsat/comsat.c') diff --git a/comsat/comsat.c b/comsat/comsat.c index 7bd68fd3d..b8c8b0dc7 100644 --- a/comsat/comsat.c +++ b/comsat/comsat.c @@ -53,10 +53,8 @@ static char doc[] = "GNU comsatd"; static struct argp_option options[] = { - {NULL, 0, NULL, 0, - "comsatd specific switches:", 0}, {"config", 'c', "FILE", 0, "Read configuration from FILE", 0}, - { NULL, 0, NULL, 0, NULL, 0 } + { NULL, 0, NULL, 0, NULL, 0 } }; static error_t comsatd_parse_opt (int key, char *arg, struct argp_state *state); @@ -71,9 +69,11 @@ static struct argp argp = { }; static const char *comsat_argp_capa[] = { - "mailutils", "daemon", + "common", "logging", + "mailbox", + "licence", NULL }; -- cgit v1.2.1