From 78c615e4378f7b140e168f8fdcecf9d87210d1d5 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Tue, 29 Dec 2020 12:17:55 +0000 Subject: sync usage() with SYNOPSIS; the -S option remains undocumented, at least for now; --- usr.sbin/smtpd/smtpc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/smtpd') diff --git a/usr.sbin/smtpd/smtpc.c b/usr.sbin/smtpd/smtpc.c index 8ad9b7c1e29..ec77e1593f8 100644 --- a/usr.sbin/smtpd/smtpc.c +++ b/usr.sbin/smtpd/smtpc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: smtpc.c,v 1.12 2020/12/21 11:48:38 martijn Exp $ */ +/* $OpenBSD: smtpc.c,v 1.13 2020/12/29 12:17:54 jmc Exp $ */ /* * Copyright (c) 2018 Eric Faurot @@ -57,7 +57,7 @@ usage(void) extern char *__progname; fprintf(stderr, "usage: %s [-Chnv] [-a authfile] [-F from] [-H helo] " - "[-s server] [-S name] rcpt ...\n", __progname); + "[-s server] [recipient ...]\n", __progname); exit(1); } -- cgit v1.2.3