diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-06-18 20:54:25 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-06-18 20:54:25 +0200 |
commit | 32d472180249df1d97d57d3178274b079e6811e8 (patch) | |
tree | 806fbcbaff46c3f09482959ebc2780eb73deb212 | |
parent | 1a6d523d266b7c8d97d8557874f4571c6e4465f4 (diff) | |
download | plan9front-32d472180249df1d97d57d3178274b079e6811e8.tar.xz |
smtp: usage for -t flag (thanks erik)
-rw-r--r-- | sys/src/cmd/upas/smtp/smtp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/upas/smtp/smtp.c b/sys/src/cmd/upas/smtp/smtp.c index 8c9e9d50b..9c8e89d6a 100644 --- a/sys/src/cmd/upas/smtp/smtp.c +++ b/sys/src/cmd/upas/smtp/smtp.c @@ -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); } |