summaryrefslogtreecommitdiffstats
path: root/usr.sbin/boot98cfg
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/boot98cfg')
-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 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:
OpenPOWER on IntegriCloud