Skip to content

Commit

Permalink
fixed description problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelmerro committed Dec 21, 2018
1 parent a4e0254 commit bcb9b0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ With the rename option you change the name of an existing carafe.
```
usage: carafe <carafe_name> rename <new_name>
Use 'rename' to to change the name of an existing carafe
Use 'rename' to change the name of an existing carafe
positional arguments:
newname New name of the carafe
Expand Down
2 changes: 1 addition & 1 deletion carafe
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ if __name__ == "__main__":
sub_copy = sub.add_parser(
"rename", help="rename an existing carafe",
usage="carafe <carafe_name> rename <new_name>",
description="Use 'rename' to to change the name of an existing carafe")
description="Use 'rename' to change the name of an existing carafe")
sub_copy.add_argument("newname", help="New name of the carafe")
# Copy
sub_copy = sub.add_parser(
Expand Down

0 comments on commit bcb9b0c

Please sign in to comment.