diff --git a/cloudinary_cli/modules/clone.py b/cloudinary_cli/modules/clone.py index 60aa5eb..e199aad 100644 --- a/cloudinary_cli/modules/clone.py +++ b/cloudinary_cli/modules/clone.py @@ -22,7 +22,7 @@ e.g. cld clone -T cloudinary://:@ -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,