Skip to content

Commit 39fdcde

Browse files
Update cloudinary_cli/modules/clone.py
Co-authored-by: carlevison <54800761+carlevison@users.noreply.github.com>
1 parent 8a02162 commit 39fdcde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudinary_cli/modules/clone.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
e.g. cld clone -T cloudinary://<api_key>:<api_secret>@<cloudname> -f tags,context
2323
""")
2424
@option("-t", "--target",
25-
help="Tell the CLI the target environemnt to run the command on.")
25+
help="Tell the CLI the target environment to run the command on.")
2626
@option("-f", "--force", is_flag=True,
2727
help="Skip confirmation.")
2828
@option("-o", "--overwrite", is_flag=True, default=False,

0 commit comments

Comments
 (0)