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:
parent
20035f807a
commit
e1ef02a1fd
1 changed files with 1 additions and 1 deletions
|
@ -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}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue