summaryrefslogtreecommitdiffstats
path: root/usr.bin/hesinfo
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-04-22 13:44:47 +0000
committerdes <des@FreeBSD.org>2002-04-22 13:44:47 +0000
commit4d6b787d2daa6eb05c0f3526d65b0b92b1afa715 (patch)
treebf1d5b964f5e7e91c796086166af5a86d7d454a0 /usr.bin/hesinfo
parent5cd51ad03ace6eb47f39604929482ae558d66aad (diff)
downloadFreeBSD-src-4d6b787d2daa6eb05c0f3526d65b0b92b1afa715.zip
FreeBSD-src-4d6b787d2daa6eb05c0f3526d65b0b92b1afa715.tar.gz
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}/.
Diffstat (limited to 'usr.bin/hesinfo')
-rw-r--r--usr.bin/hesinfo/hesinfo.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/hesinfo/hesinfo.c b/usr.bin/hesinfo/hesinfo.c
index 206f28b..717b915 100644
--- a/usr.bin/hesinfo/hesinfo.c
+++ b/usr.bin/hesinfo/hesinfo.c
@@ -33,7 +33,6 @@ static const char rcsid[] =
#include <unistd.h>
int main(int, char **);
-extern char *__progname;
int
main(argc, argv)
@@ -58,7 +57,7 @@ main(argc, argv)
}
}
if (argc - optind != 2 || errflg) {
- fprintf(stderr, "Usage: %s [-bl] name type\n", __progname);
+ fprintf(stderr, "usage: hesinfo [-bl] name type\n");
fprintf(stderr, "\t-l selects long format\n");
fprintf(stderr, "\t-b also does hes_to_bind conversion\n");
exit(2);
OpenPOWER on IntegriCloud