Skip to content

Commit

Permalink
Add -r to xargs command
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Jan 7, 2025
1 parent a1d19f4 commit c5938a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ For example, |with git ls-files pipe xargs|_:

.. code-block:: sh
git ls-files -z -- '*.py' | xargs -0 django-upgrade --target-version 5.0
git ls-files -z -- '*.py' | xargs -0r django-upgrade --target-version 5.0
…or PowerShell’s |ForEach-Object|__:

Expand Down

0 comments on commit c5938a2

Please sign in to comment.