Skip to content

Commit

Permalink
xz: Remove the TODO comment about --recursive
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Larhzu committed Jul 6, 2024
1 parent f691d58 commit baecfa1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/xz/args.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ parse_real(args_info *args, int argc, char **argv)
{ "single-stream", no_argument, NULL, OPT_SINGLE_STREAM },
{ "no-sparse", no_argument, NULL, OPT_NO_SPARSE },
{ "suffix", required_argument, NULL, 'S' },
// { "recursive", no_argument, NULL, 'r' }, // TODO
{ "files", optional_argument, NULL, OPT_FILES },
{ "files0", optional_argument, NULL, OPT_FILES0 },

Expand Down

0 comments on commit baecfa1

Please sign in to comment.