Skip to content

Commit

Permalink
Improve CLI reference wording (#2753)
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-hilden authored Jan 7, 2022
1 parent 8a84beb commit 668bace
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/usage_and_configuration/the_basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ python -m black {source_file_or_directory}

### Command line options

_Black_ has quite a few knobs these days, although _Black_ is opinionated so style
configuration options are deliberately limited and rarely added. You can list them by
running `black --help`.
The CLI options of _Black_ can be displayed by expanding the view below or by running
`black --help`. While _Black_ has quite a few knobs these days, it is still opinionated
so style options are deliberately limited and rarely added.

<details>

<summary>Help output</summary>
<summary>CLI reference</summary>

```{program-output} black --help
Expand Down

0 comments on commit 668bace

Please sign in to comment.