smtp: usage for -t flag (thanks erik)

This commit is contained in:
cinap_lenrek 2013-06-18 20:54:25 +02:00
parent 1a6d523d26
commit 32d4721802

View file

@ -64,7 +64,7 @@ static int bustedmx;
void
usage(void)
{
fprint(2, "usage: smtp [-aAdfips] [-b busted-mx] [-g gw] [-h host] "
fprint(2, "usage: smtp [-aAdfipst] [-b busted-mx] [-g gw] [-h host] "
"[-u user] [.domain] net!host[!service] sender rcpt-list\n");
exits(Giveup);
}