Skip to content

Commit

Permalink
Update doc/usage.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Apr 17, 2021
1 parent c95d430 commit ed65a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/usage.rst
Expand Up @@ -147,7 +147,7 @@ Note: You need to pass the config to the ``fix`` command, in order to make it wo

.. code-block:: console
$ php php-cs-fixer.phar list-files --config=.php_cs.dist | xargs -n 10 -P 8 php-cs-fixer fix --config=.php_cs.dist
$ php php-cs-fixer.phar list-files --config=.php-cs-fixer.dist.php | xargs -n 10 -P 8 php php-cs-fixer.phar fix --config=.php-cs-fixer.dist.php --path-mode intersection -v
* `-n` defines how many files a single subprocess process
* `-P` defines how many subprocesses the shell is allowed to spawn for parallel processing (usually similar to the number of CPUs your system has)
Expand Down

0 comments on commit ed65a9e

Please sign in to comment.