mirror of
https://git.tukaani.org/xz.git
synced 2025-02-17 14:08:12 +00:00
xz: Remove the TODO comment about --recursive
It won't be implemented. find + xargs is more flexible, for example, it allows compressing small files in parallel. An example for that has been included in the xz man page since 2010. (cherry picked from commit baecfa142644eb5f5c6dd6f8e2f531c362fa3747)
This commit is contained in:
parent
07f52c3528
commit
0f47db18d0
@ -252,7 +252,6 @@ parse_real(args_info *args, int argc, char **argv)
|
|||||||
{ "single-stream", no_argument, NULL, OPT_SINGLE_STREAM },
|
{ "single-stream", no_argument, NULL, OPT_SINGLE_STREAM },
|
||||||
{ "no-sparse", no_argument, NULL, OPT_NO_SPARSE },
|
{ "no-sparse", no_argument, NULL, OPT_NO_SPARSE },
|
||||||
{ "suffix", required_argument, NULL, 'S' },
|
{ "suffix", required_argument, NULL, 'S' },
|
||||||
// { "recursive", no_argument, NULL, 'r' }, // TODO
|
|
||||||
{ "files", optional_argument, NULL, OPT_FILES },
|
{ "files", optional_argument, NULL, OPT_FILES },
|
||||||
{ "files0", optional_argument, NULL, OPT_FILES0 },
|
{ "files0", optional_argument, NULL, OPT_FILES0 },
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user