Spell "--format" correctly in error message. (It hasn't been
called "-F" for a very long time.) PR: bin/86915 Thanks to: Gary W. Swearingen MFC after: 3 days
This commit is contained in:
parent
674b706ea0
commit
a6afb4f5dc
@ -547,7 +547,7 @@ main(int argc, char **argv)
|
||||
only_mode(bsdtar, buff, "cxt");
|
||||
}
|
||||
if (bsdtar->create_format != NULL)
|
||||
only_mode(bsdtar, "-F", "c");
|
||||
only_mode(bsdtar, "--format", "c");
|
||||
if (bsdtar->symlink_mode != '\0') {
|
||||
strcpy(buff, "-?");
|
||||
buff[1] = bsdtar->symlink_mode;
|
||||
|
Loading…
Reference in New Issue
Block a user