From 762d86140545550cd12f12912195e8e43c4dc3b2 Mon Sep 17 00:00:00 2001 From: imp Date: Wed, 19 Dec 2007 03:31:44 +0000 Subject: Correct typo in usage message. --- usr.sbin/boot98cfg/boot98cfg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/boot98cfg') diff --git a/usr.sbin/boot98cfg/boot98cfg.c b/usr.sbin/boot98cfg/boot98cfg.c index 45c79c9..f1ae8329 100644 --- a/usr.sbin/boot98cfg/boot98cfg.c +++ b/usr.sbin/boot98cfg/boot98cfg.c @@ -141,7 +141,7 @@ main(int argc, char *argv[]) version = strtol(optarg, &endptr, 0); if (errno || *optarg == '\0' || *endptr || version < 0 || version > 255) - errx(1, "%s: Bad argument to -s option", + errx(1, "%s: Bad argument to -v option", optarg); break; default: -- cgit v1.1