Remove a misplaced space.

This commit is contained in:
David E. O'Brien 2001-08-01 02:09:09 +00:00
parent 7189f389b7
commit 7ed17c0fba
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=80795

View File

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