Skip to content

Commit

Permalink
Fix flag name clash
Browse files Browse the repository at this point in the history
  • Loading branch information
aMarcireau committed Aug 2, 2023
1 parent 35885c0 commit 0556e47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charidotella/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ def main():
help="Replace the configuration if it exists",
)
init_parser.add_argument(
"--generate-names",
"-g",
"--new-names",
"-n",
action="store_true",
help="Generate new names (adjective + animal) for the recordings",
)
Expand Down
2 changes: 1 addition & 1 deletion charidotella/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.1.0"
__version__ = "2.1.1"

0 comments on commit 0556e47

Please sign in to comment.