Skip to content

Commit 97d55e1

Browse files
Update cloudinary_cli/modules/clone.py
Co-authored-by: carlevison <54800761+carlevison@users.noreply.github.com>
1 parent 89d576f commit 97d55e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudinary_cli/modules/clone.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
@option("-se", "--search_exp", default="",
3535
help="Define a search expression to filter the assets to clone.")
3636
@option("--async", "async_", is_flag=True, default=False,
37-
help="Generate asynchronously.")
37+
help="Clone the assets asynchronously.")
3838
@option("-nu", "--notification_url",
3939
help="Webhook notification URL.")
4040
def clone(target, force, overwrite, concurrent_workers, fields, search_exp, async_, notification_url):

0 commit comments

Comments
 (0)