Skip to content

Commit

Permalink
Update cloudinary_cli/modules/clone.py
Browse files Browse the repository at this point in the history
Co-authored-by: carlevison <[email protected]>
  • Loading branch information
tommyg-cld and carlevison authored Jan 16, 2025
1 parent 8a02162 commit 39fdcde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudinary_cli/modules/clone.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
e.g. cld clone -T cloudinary://<api_key>:<api_secret>@<cloudname> -f tags,context
""")
@option("-t", "--target",
help="Tell the CLI the target environemnt to run the command on.")
help="Tell the CLI the target environment to run the command on.")
@option("-f", "--force", is_flag=True,
help="Skip confirmation.")
@option("-o", "--overwrite", is_flag=True, default=False,
Expand Down

0 comments on commit 39fdcde

Please sign in to comment.