Also accept --uncompress as a synonym for -Z.

Thanks to: Joerg Sonnenberger
This commit is contained in:
Tim Kientzle 2008-03-15 03:11:13 +00:00
parent e1dedd79ed
commit acf18d7a97

View File

@ -213,6 +213,7 @@ static const struct option tar_longopts[] = {
{ "strip-components", required_argument, NULL, OPTION_STRIP_COMPONENTS },
{ "to-stdout", no_argument, NULL, 'O' },
{ "totals", no_argument, NULL, OPTION_TOTALS },
{ "uncompress", no_argument, NULL, 'Z' },
{ "unlink", no_argument, NULL, 'U' },
{ "unlink-first", no_argument, NULL, 'U' },
{ "update", no_argument, NULL, 'u' },