Skip to content

Commit

Permalink
Updated docs indicated VERSION_PART is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Jun 12, 2023
1 parent c429c68 commit 22edeac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docsrc/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ There are two modes of operation: On the command line for single-file operation
and using a configuration file (`pyproject.toml`) for more complex multi-file operations.

```console
bump-my-version [OPTIONS] VERSION_PART [FILES]...
bump-my-version [OPTIONS] [VERSION_PART] [FILES]...
```

## `VERSION_PART`

_**required**_
_**[optional]**_

The part of the version to increase, e.g. `minor`.

Expand Down

0 comments on commit 22edeac

Please sign in to comment.