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

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 '?':