diff options
author | Ian Darwin <ian@cvs.openbsd.org> | 2009-03-22 13:52:04 +0000 |
---|---|---|
committer | Ian Darwin <ian@cvs.openbsd.org> | 2009-03-22 13:52:04 +0000 |
commit | 4e851a6e8ad5b6fc841096bd982e90be73d1c73c (patch) | |
tree | 178d69bc774d9f204c85b226b043668cd9ddd166 /usr.sbin/smtpd/smtpctl.c | |
parent | 5e5814bd6ddd36720cce4ed90cde674ae9e101a8 (diff) |
trivial message repair, ok jacek@
Diffstat (limited to 'usr.sbin/smtpd/smtpctl.c')
-rw-r--r-- | usr.sbin/smtpd/smtpctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtpctl.c b/usr.sbin/smtpd/smtpctl.c index c7f93a82532..748b10c83ee 100644 --- a/usr.sbin/smtpd/smtpctl.c +++ b/usr.sbin/smtpd/smtpctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: smtpctl.c,v 1.17 2009/03/15 19:32:10 gilles Exp $ */ +/* $OpenBSD: smtpctl.c,v 1.18 2009/03/22 13:52:03 ian Exp $ */ /* * Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -76,7 +76,7 @@ usage(void) extern char *__progname; if (sendmail) - fprintf(stderr, "usage: %s [-i] rcpt [...]]\n", __progname); + fprintf(stderr, "usage: %s [-i] rcpt [...]\n", __progname); else fprintf(stderr, "usage: %s <command> [arg [...]]\n", __progname); exit(1); |