Remove a misplaced space.
This commit is contained in:
parent
7189f389b7
commit
7ed17c0fba
@ -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 '?':
|
||||
|
Loading…
x
Reference in New Issue
Block a user