black: making the description more consistent with other commands

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
This commit is contained in:
Francesco Franchina
2021-10-17 18:13:11 +02:00
committed by Starbeamrainbowlabs
parent 20035f807a
commit e1ef02a1fd

View File

@@ -15,7 +15,7 @@
`black --diff {{path/to/file_or_directory}}`
- Check the need of auto-formatting without altering the files:
- Perform a dry run (print what would be done without actually doing it):
`black --check {{path/to/file_or_directory}}`