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.bin/fetch/fetch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/fetch/fetch.c') diff --git a/usr.bin/fetch/fetch.c b/usr.bin/fetch/fetch.c index ed49a8d..d5791b7 100644 --- a/usr.bin/fetch/fetch.c +++ b/usr.bin/fetch/fetch.c @@ -621,7 +621,7 @@ static void usage(void) { fprintf(stderr, "%s\n%s\n%s\n", - "Usage: fetch [-146AFMPRUadlmnpqrsv] [-o outputfile] [-S bytes]", + "usage: fetch [-146AFMPRUadlmnpqrsv] [-o outputfile] [-S bytes]", " [-B bytes] [-T seconds] [-w seconds]", " [-h host -f file [-c dir] | URL ...]"); } -- cgit v1.1