diff options
author | imp <imp@FreeBSD.org> | 2007-12-19 03:31:44 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2007-12-19 03:31:44 +0000 |
commit | 762d86140545550cd12f12912195e8e43c4dc3b2 (patch) | |
tree | d6ff4ef9fd0b6f8668eca20ed6c48e5382c6fcb7 /usr.sbin/boot98cfg | |
parent | 457c3936bbb0ef6487a0562a16a3a97ea25a160e (diff) | |
download | FreeBSD-src-762d86140545550cd12f12912195e8e43c4dc3b2.zip FreeBSD-src-762d86140545550cd12f12912195e8e43c4dc3b2.tar.gz |
Correct typo in usage message.
Diffstat (limited to 'usr.sbin/boot98cfg')
-rw-r--r-- | usr.sbin/boot98cfg/boot98cfg.c | 2 |
1 files changed, 1 insertions, 1 deletions
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: |