Skip to content

Commit 232b443

Browse files
committed
Update docs
1 parent 92dba9e commit 232b443

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/command.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ To get current package version in `mypackage` repo just execute:
2222
2323
Version will be printed to ``stdout``.
2424

25-
This script is a wrapper for ``setuptools_git_versioning`` module, you just call it:
25+
This script is a wrapper for ``setuptools_git_versioning`` module, you can just call it:
2626

2727
.. code:: bash
2828
2929
$ python -m setuptools_git_versioning /path/to/mypackage
3030
0.0.1
3131
32-
``-v`` option enables verbose output which is useful for DE8UGging, messages are printed to ``stderr``:
32+
``-v`` option enables verbose output which is useful for debugging, messages are printed to ``stderr``:
3333

3434
.. code:: bash
3535
@@ -55,7 +55,7 @@ This script is a wrapper for ``setuptools_git_versioning`` module, you just call
5555
1.0.0
5656
5757
58-
``-vV`` shows even more DE8UG messages:
58+
``-vV`` shows even more debug messages:
5959
6060
.. code:: bash
6161

0 commit comments

Comments
 (0)