summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2013-06-18 20:54:25 +0200
committercinap_lenrek <cinap_lenrek@gmx.de>2013-06-18 20:54:25 +0200
commit32d472180249df1d97d57d3178274b079e6811e8 (patch)
tree806fbcbaff46c3f09482959ebc2780eb73deb212
parent1a6d523d266b7c8d97d8557874f4571c6e4465f4 (diff)
downloadplan9front-32d472180249df1d97d57d3178274b079e6811e8.tar.xz
smtp: usage for -t flag (thanks erik)
-rw-r--r--sys/src/cmd/upas/smtp/smtp.c2
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);
}