smtp: usage for -t flag (thanks erik)
This commit is contained in:
parent
1a6d523d26
commit
32d4721802
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue