diff options
author | Eric Faurot <eric@cvs.openbsd.org> | 2012-10-17 16:39:50 +0000 |
---|---|---|
committer | Eric Faurot <eric@cvs.openbsd.org> | 2012-10-17 16:39:50 +0000 |
commit | fcc490babd672edaae136d0b34a2bd36a84c5fef (patch) | |
tree | d9bcd6b81cf09225f7cb1d60cf9823b0bfd5901a /usr.sbin/smtpd/smtpd.c | |
parent | 2e8abf4b1143382210560d404080683be783dd30 (diff) |
Document the -P option. While there, remove reference to -T, it's incomplete,
subject to changes and internal.
feedback from jmc@
ok gilles@
Diffstat (limited to 'usr.sbin/smtpd/smtpd.c')
-rw-r--r-- | usr.sbin/smtpd/smtpd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtpd.c b/usr.sbin/smtpd/smtpd.c index 4e2a9169244..55659d8e2cf 100644 --- a/usr.sbin/smtpd/smtpd.c +++ b/usr.sbin/smtpd/smtpd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: smtpd.c,v 1.178 2012/10/15 18:32:25 eric Exp $ */ +/* $OpenBSD: smtpd.c,v 1.179 2012/10/17 16:39:49 eric Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org> @@ -199,7 +199,7 @@ usage(void) extern char *__progname; fprintf(stderr, "usage: %s [-dnv] [-D macro=value] " - "[-f file] [-T trace]\n", __progname); + "[-f file] [-P system]\n", __progname); exit(1); } |