aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/objformat
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2002-04-22 13:44:47 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2002-04-22 13:44:47 +0000
commitd397408818fbfa179246fb327659e3fb29ffff31 (patch)
treebf1d5b964f5e7e91c796086166af5a86d7d454a0 /usr.bin/objformat
parent5fd42ef5250ff96f7b282f64a0a4cf9a6b7e9a91 (diff)
downloadsrc-d397408818fbfa179246fb327659e3fb29ffff31.tar.gz
src-d397408818fbfa179246fb327659e3fb29ffff31.zip
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}/.
Notes
Notes: svn path=/head/; revision=95258
Diffstat (limited to 'usr.bin/objformat')
-rw-r--r--usr.bin/objformat/objformat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/objformat/objformat.c b/usr.bin/objformat/objformat.c
index 3e9e4101d0e5..1b3e35d7f285 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);