1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-30 22:55:24 +02:00

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}}`