Correct typo in usage message.

This commit is contained in:
Warner Losh 2007-12-19 03:31:44 +00:00
parent 768c91f62a
commit d6c43faea5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=174764

View File

@ -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: