Skip to content

Commit 1fa2859

Browse files
Update upload_dir parameters description
1 parent 747ab4a commit 1fa2859

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

cloudinary_cli/modules/upload_dir.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,15 @@
2222
help="Pass optional parameters as interpreted strings.")
2323
@option("-t", "--transformation", help="The transformation to apply on all uploads.")
2424
@option("-f", "--folder", default="",
25-
help="The path where you want to upload the assets. "
26-
"The path you specify will be pre-pended to the public IDs of the uploaded assets. "
25+
help="The full path where you want to upload the assets. "
2726
"You can specify a whole path, for example path1/path2/path3. "
2827
"Any folders that do not exist are automatically created.")
2928
@option("-fm", "--folder-mode", type=Choice(['fixed', 'dynamic'], case_sensitive=False),
3029
help="Specify folder mode explicitly. By default uses cloud mode configured in your cloud.", hidden=True)
3130
@option("-p", "--preset", help="The upload preset to use.")
3231
@option("-e", "--exclude-dir-name", is_flag=True, default=False,
3332
help="When this option is used, the contents of the parent directory are uploaded but not the parent "
34-
"directory itself. Thus, the name of the specified parent directory is not included "
35-
"in the pubic ID path of the uploaded assets.")
33+
"directory itself.")
3634
@option("-w", "--concurrent_workers", type=int, default=30, help="Specify the number of concurrent network threads.")
3735
@option("-d", "--doc", is_flag=True, help="Open upload_dir command documentation page.")
3836
def upload_dir(directory, glob_pattern, include_hidden, optional_parameter, optional_parameter_parsed, transformation,

0 commit comments

Comments
 (0)