Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove xargs warning for Python generation (#381)
There is a warning when running with `-l python`: ``` $ docker run -v $PWD:/defs namely/protoc-all:1.51_2 -l python -d /defs xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value ``` Hence we can remove the `--max-args` a.k.a. `-n` option.
- Loading branch information