git: 9front

Download patch

ref: 174f60f46ce5e07302ac6f9ae6a99768b800ed9a
parent: 39739554b2c955d897cccb9cfbe9c355ef0f81c3
author: cinap_lenrek <cinap_lenrek@gmx.de>
date: Tue Jun 18 16:54:25 EDT 2013

smtp: usage for -t flag (thanks erik)

--- a/sys/src/cmd/upas/smtp/smtp.c
+++ b/sys/src/cmd/upas/smtp/smtp.c
@@ -64,7 +64,7 @@
 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);
 }
--