From 4d6b787d2daa6eb05c0f3526d65b0b92b1afa715 Mon Sep 17 00:00:00 2001 From: des Date: Mon, 22 Apr 2002 13:44:47 +0000 Subject: Usage style sweep: spell "usage" with a small 'u'. Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/. --- etc/rc.sendmail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/rc.sendmail') diff --git a/etc/rc.sendmail b/etc/rc.sendmail index 4f8a2ca..74dde31 100644 --- a/etc/rc.sendmail +++ b/etc/rc.sendmail @@ -184,7 +184,7 @@ restart-mspq) ;; *) - echo "Usage: `basename $0` {start|stop|restart}" >&2 + echo "usage: `basename $0` {start|stop|restart}" >&2 echo " `basename $0` {start-mta|stop-mta|restart-mta}" >&2 echo " `basename $0` {start-mspq|stop-mspq|restart-mspq}" >&2 exit 64 -- cgit v1.1