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[] = {
937 { NULL, 0, NULL, 0, 937 { NULL, 0, NULL, 0,
938 N_("Informational and debugging options"), GRP }, 938 N_("Informational and debugging options"), GRP },
939 { "transcript", 'X', NULL, 0, 939 { "transcript", 'X', NULL, 0,
940 N_("Enable transcript"), GRP+1 }, 940 N_("Enable transcript of SMTP sessions"), GRP+1 },
941 { "trace", OPTION_TRACE, NULL, 0, 941 { "trace", OPTION_TRACE, NULL, 0,
942 N_("Enable tracing configuration"), GRP+1 }, 942 N_("Trace executed actions"), GRP+1 },
943 { "trace-program", OPTION_TRACE_PROGRAM, N_("MODULES"), 943 { "trace-program", OPTION_TRACE_PROGRAM, N_("MODULES"),
944 OPTION_ARG_OPTIONAL, 944 OPTION_ARG_OPTIONAL,
945 N_("Enable program tracing"), GRP+1 }, 945 N_("Enable filter program tracing"), GRP+1 },
946 { "debug", 'd', N_("LEVEL"), 0, 946 { "debug", 'd', N_("LEVEL"), 0,
947 N_("Set debugging level"), GRP+1 }, 947 N_("Set debugging level"), GRP+1 },
948 { "dump-code", OPTION_DUMP_CODE, NULL, 0, 948 { "dump-code", OPTION_DUMP_CODE, NULL, 0,
949 N_("Dump disassembled code"), GRP+1 }, 949 N_("Dump disassembled code"), GRP+1 },
950 { "dump-grammar-trace", OPTION_DUMP_GRAMMAR_TRACE, NULL, 0, 950 { "dump-grammar-trace", OPTION_DUMP_GRAMMAR_TRACE, NULL, 0,
951 N_("Dump grammar traces when parsing the config"), GRP+1 }, 951 N_("Dump grammar traces"), GRP+1 },
952 { "dump-lex-trace", OPTION_DUMP_LEX_TRACE, NULL, 0, 952 { "dump-lex-trace", OPTION_DUMP_LEX_TRACE, NULL, 0,
953 N_("Dump lexical analizer traces when parsing the config"), GRP+1 }, 953 N_("Dump lexical analizer traces"), GRP+1 },
954 { "dump-tree", OPTION_DUMP_TREE, NULL, 0, 954 { "dump-tree", OPTION_DUMP_TREE, NULL, 0,
955 N_("Dump parser tree"), GRP+1 }, 955 N_("Dump parser tree"), GRP+1 },
956 { "dump-macros", OPTION_DUMP_MACROS, NULL, 0, 956 { "dump-macros", OPTION_DUMP_MACROS, NULL, 0,

Return to:

Send suggestions and report system problems to the System administrator.