diff options
| author | Colin Percival <cperciva@FreeBSD.org> | 2006-12-20 06:56:25 +0000 |
|---|---|---|
| committer | Colin Percival <cperciva@FreeBSD.org> | 2006-12-20 06:56:25 +0000 |
| commit | 6d3d33dd7acebf3c66aefbfc4a8bbc85a8d136a4 (patch) | |
| tree | e5e662e9b8b9dc15b33659caf6189f5afcddd801 /usr.bin/tar | |
| parent | b8115f051798249e663a9a8a449b6b2c9478a65b (diff) | |
Notes
Diffstat (limited to 'usr.bin/tar')
| -rw-r--r-- | usr.bin/tar/bsdtar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tar/bsdtar.c b/usr.bin/tar/bsdtar.c index 07a923b41fca..261950233797 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 |
