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:
Tim Kientzle 2005-11-01 05:48:02 +00:00
parent 674b706ea0
commit a6afb4f5dc

View File

@ -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;