From a6afb4f5dcc532a14fa44b44ab4fb6ca5c3e33e3 Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Tue, 1 Nov 2005 05:48:02 +0000 Subject: 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 --- usr.bin/tar/bsdtar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/tar/bsdtar.c') diff --git a/usr.bin/tar/bsdtar.c b/usr.bin/tar/bsdtar.c index 59d3aced10499..31c6f532d7da8 100644 --- a/usr.bin/tar/bsdtar.c +++ b/usr.bin/tar/bsdtar.c @@ -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; -- cgit v1.2.3