aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2007-12-19 03:31:44 +0000
committerWarner Losh <imp@FreeBSD.org>2007-12-19 03:31:44 +0000
commitd6c43faea59f5494b67c144a0bba68588374cf1c (patch)
treed6ff4ef9fd0b6f8668eca20ed6c48e5382c6fcb7 /usr.sbin
parent768c91f62a9ca9c7a70a7e33974d6bede54c9f1a (diff)
downloadsrc-d6c43faea59f5494b67c144a0bba68588374cf1c.tar.gz
src-d6c43faea59f5494b67c144a0bba68588374cf1c.zip
Correct typo in usage message.
Notes
Notes: svn path=/head/; revision=174764
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/boot98cfg/boot98cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/boot98cfg/boot98cfg.c b/usr.sbin/boot98cfg/boot98cfg.c
index 45c79c99793d..f1ae832922b5 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: