From 6d3d33dd7acebf3c66aefbfc4a8bbc85a8d136a4 Mon Sep 17 00:00:00 2001 From: Colin Percival Date: Wed, 20 Dec 2006 06:56:25 +0000 Subject: [PATCH] Remove -F option from getopts string -- this option has never done anything apart from invoking usage(), and apparently slipped in by accident. Approved by: kientzle MFC after: 3 days --- usr.bin/tar/bsdtar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/tar/bsdtar.c b/usr.bin/tar/bsdtar.c index 07a923b41fc..26195023379 100644 --- a/usr.bin/tar/bsdtar.c +++ b/usr.bin/tar/bsdtar.c @@ -89,7 +89,7 @@ static void version(void); * non-option. Otherwise, GNU getopt() permutes the arguments and * screws up -C processing. */ -static const char *tar_opts = "+Bb:C:cF:f:HhI:jkLlmnOoPprtT:UuvW:wX:xyZz"; +static const char *tar_opts = "+Bb:C:cf:HhI:jkLlmnOoPprtT:UuvW:wX:xyZz"; /* * Most of these long options are deliberately not documented. They