uutils / findutils

Rust implementation of findutils
MIT License
280 stars 36 forks source link

xargs: rename `--size` to `--max-chars` #321

Closed cakebaker closed 4 months ago

cakebaker commented 4 months ago

This PR renames --size to --max-chars because in GNU xargs the long form of -s is --max-chars and not --size.