Skip to content

Commit 22edeac

Browse files
committed
Updated docs indicated VERSION_PART is optional
1 parent c429c68 commit 22edeac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docsrc/usage.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ There are two modes of operation: On the command line for single-file operation
99
and using a configuration file (`pyproject.toml`) for more complex multi-file operations.
1010

1111
```console
12-
bump-my-version [OPTIONS] VERSION_PART [FILES]...
12+
bump-my-version [OPTIONS] [VERSION_PART] [FILES]...
1313
```
1414

1515
## `VERSION_PART`
1616

17-
_**required**_
17+
_**[optional]**_
1818

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

0 commit comments

Comments
 (0)