Fic typo in previous commit.

MFC after:	3 days
This commit is contained in:
Colin Percival 2006-12-23 08:16:54 +00:00
parent 5e522bbc27
commit d7102ae53c

View File

@ -533,7 +533,7 @@ main(int argc, char **argv)
if (bsdtar->option_stdout)
only_mode(bsdtar, "-O", "xt");
if (bsdtar->option_unlink_first)
only_mode(bsdtar, "-U" "x");
only_mode(bsdtar, "-U", "x");
if (bsdtar->option_warn_links)
only_mode(bsdtar, "--check-links", "cr");