We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a02162 commit 39fdcdeCopy full SHA for 39fdcde
cloudinary_cli/modules/clone.py
@@ -22,7 +22,7 @@
22
e.g. cld clone -T cloudinary://<api_key>:<api_secret>@<cloudname> -f tags,context
23
""")
24
@option("-t", "--target",
25
- help="Tell the CLI the target environemnt to run the command on.")
+ help="Tell the CLI the target environment to run the command on.")
26
@option("-f", "--force", is_flag=True,
27
help="Skip confirmation.")
28
@option("-o", "--overwrite", is_flag=True, default=False,
0 commit comments