Skip to content

Commit

Permalink
[FIX] typo
Browse files Browse the repository at this point in the history
  • Loading branch information
legalsylvain committed Oct 13, 2019
1 parent 742256d commit fe4ed23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Available arguments
|``--log-level`` | ``-ll`` | Default: | Possible value: ``DEBUG``, ``INFO``, ``WARNING``, etc.|
| | | ``INFO`` | |
+--------------------------+----------+-----------------+-------------------------------------------------------+
|``--log-path`` | ``-ll`` | Default: | If set, the logs will not be displayed at screen, |
|``--log-path`` | ``-lp`` | Default: | If set, the logs will not be displayed at screen, |
| | | False | but stored in a file |
+--------------------------+----------+-----------------+-------------------------------------------------------+
|``--no-commit`` | ``-nc`` | Default: | If set the library will not git add and git commit |
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="odoo-migrate",
version="0.2.1",
version="0.2.3",
author="GRAP, Groupement Régional Alimentaire de Proximité",
author_email="informatique@grap.coop",
description="Small tools to migrate Odoo modules from a version"
Expand Down

0 comments on commit fe4ed23

Please sign in to comment.