Skip to content

Commit 9195054

Browse files
committed
Updating help note for url_expiry flag
1 parent 5e31902 commit 9195054

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cloudinary_cli/modules/clone.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
help="Webhook notification URL.")
4646
@option("-ue", "--url_expiry", type=int, default=3600,
4747
help=("URL expiration duration in seconds. Only relevant if cloning "
48-
"restricted assets. If you do not provide an auth_key, "
48+
"restricted assets with an auth_key configured. "
49+
"If you do not provide an auth_key, "
4950
"a private download URL is generated which may incur additional "
5051
"bandwidth costs."))
5152
def clone(target, force, overwrite, concurrent_workers, fields,

0 commit comments

Comments
 (0)