Do not dot terminate errx() strings

This commit is contained in:
Philippe Charnier 2001-12-11 18:22:01 +00:00
parent 5a3ecbf1d2
commit 7b3a12a825
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87666

View File

@ -172,7 +172,7 @@ main(argc, argv)
break;
case 't':
if (vfslist != NULL)
errx(1, "only one -t option may be specified.");
errx(1, "only one -t option may be specified");
fstype = optarg;
vfslist = makevfslist(optarg);
break;