aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-04-22 21:54:39 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-04-22 21:54:39 +0000
commitc112aa5a76f7800297677fa372de65ad721a4666 (patch)
tree4b7eee0d91462fffe2c4814e8d162242f5084052 /src/main.c
parent44b3537859dd32e2730119ce3363f032fc39cb27 (diff)
downloadmailfromd-c112aa5a76f7800297677fa372de65ad721a4666.tar.gz
mailfromd-c112aa5a76f7800297677fa372de65ad721a4666.tar.bz2
Introduce the module system
git-svn-id: file:///svnroot/mailfromd/trunk@1373 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main.c b/src/main.c
index 190b0840..56aa2af2 100644
--- a/src/main.c
+++ b/src/main.c
@@ -937,20 +937,20 @@ static struct argp_option options[] = {
{ NULL, 0, NULL, 0,
N_("Informational and debugging options"), GRP },
{ "transcript", 'X', NULL, 0,
- N_("Enable transcript"), GRP+1 },
+ N_("Enable transcript of SMTP sessions"), GRP+1 },
{ "trace", OPTION_TRACE, NULL, 0,
- N_("Enable tracing configuration"), GRP+1 },
+ N_("Trace executed actions"), GRP+1 },
{ "trace-program", OPTION_TRACE_PROGRAM, N_("MODULES"),
OPTION_ARG_OPTIONAL,
- N_("Enable program tracing"), GRP+1 },
+ N_("Enable filter program tracing"), GRP+1 },
{ "debug", 'd', N_("LEVEL"), 0,
N_("Set debugging level"), GRP+1 },
{ "dump-code", OPTION_DUMP_CODE, NULL, 0,
N_("Dump disassembled code"), GRP+1 },
{ "dump-grammar-trace", OPTION_DUMP_GRAMMAR_TRACE, NULL, 0,
- N_("Dump grammar traces when parsing the config"), GRP+1 },
+ N_("Dump grammar traces"), GRP+1 },
{ "dump-lex-trace", OPTION_DUMP_LEX_TRACE, NULL, 0,
- N_("Dump lexical analizer traces when parsing the config"), GRP+1 },
+ N_("Dump lexical analizer traces"), GRP+1 },
{ "dump-tree", OPTION_DUMP_TREE, NULL, 0,
N_("Dump parser tree"), GRP+1 },
{ "dump-macros", OPTION_DUMP_MACROS, NULL, 0,

Return to:

Send suggestions and report system problems to the System administrator.