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}/. --- usr.sbin/jail/jail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/jail') diff --git a/usr.sbin/jail/jail.c b/usr.sbin/jail/jail.c index bdfd19c..dded501 100644 --- a/usr.sbin/jail/jail.c +++ b/usr.sbin/jail/jail.c @@ -30,7 +30,7 @@ main(int argc, char **argv) struct in_addr in; if (argc < 5) - errx(1, "Usage: %s path hostname ip-number command ...\n", + errx(1, "usage: %s path hostname ip-number command ...\n", argv[0]); i = chdir(argv[1]); if (i) -- cgit v1.1