aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-04-11 13:04:34 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-04-11 13:04:34 +0000
commit15ddbce71e6c1f4f9fc3d76adaca0f962d08c576 (patch)
treee94169737be6af76b457dd90b9c238c94fb38490 /src/main.c
parent1b19aae56027ac73cc165acdc51e24693c455dc0 (diff)
downloadmailfromd-15ddbce71e6c1f4f9fc3d76adaca0f962d08c576.tar.gz
mailfromd-15ddbce71e6c1f4f9fc3d76adaca0f962d08c576.tar.bz2
Provide a special exception type for unresolved sendmail macros.
git-svn-id: file:///svnroot/mailfromd/trunk@1348 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 84ba6edb..c1492408 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1041,15 +1041,15 @@ static struct argp_option options[] = {
{ "dump-tree", OPTION_DUMP_TREE, NULL, 0,
N_("Dump parser tree"), GRP+1 },
{ "dump-macros", OPTION_DUMP_MACROS, NULL, 0,
N_("Show used Sendmail macros"), GRP+1 },
{ "xref", OPTION_DUMP_XREF, NULL, 0,
N_("Produce a cross-reference listing"), GRP+1 },
+ { "dump-xref", 0, NULL, OPTION_ALIAS, NULL, GRP+1 },
{ "gacopyz-debug", OPTION_DEBUG_GACOPYZ, NULL, 0,
N_("Milter protocol trace"), GRP+1 },
- { "dump-xref", 0, NULL, OPTION_ALIAS, NULL, GRP+1 },
{ "stderr", 's', NULL, 0,
N_("Log to stderr"), GRP+1 },
{ "syslog", OPTION_SYSLOG, NULL, 0,
N_("Log to syslog (default)"), GRP+1 },
{ "log-tag", OPTION_LOG_TAG, N_("STRING"), 0,
N_("Set the identifier used in syslog messages to STRING"), GRP+1 },

Return to:

Send suggestions and report system problems to the System administrator.