From d397408818fbfa179246fb327659e3fb29ffff31 Mon Sep 17 00:00:00 2001 From: Dag-Erling Smørgrav 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/objformat/objformat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/objformat/objformat.c') diff --git a/usr.bin/objformat/objformat.c b/usr.bin/objformat/objformat.c index 3e9e4101d0e5c..1b3e35d7f2859 100644 --- a/usr.bin/objformat/objformat.c +++ b/usr.bin/objformat/objformat.c @@ -52,7 +52,7 @@ main(int argc, char **argv) if (strcmp(cmd, "objformat") == 0) { if (argc != 1) { - fprintf(stderr, "Usage: objformat\n"); + fprintf(stderr, "usage: objformat\n"); exit(1); } printf("%s\n", objformat); -- cgit v1.3