File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -80,9 +80,8 @@ options:
80
80
--force-update-files Set this option to skip checking local files timestamps against remote
81
81
last edit timestamps. This will cause overwriting local files, even if
82
82
they seem to be already in newest version.
83
- --images Download images and place them in directory next to the object (like
84
- page) where they were uploaded. The directory name will be the same as
85
- directory it was in uploads on the server (for example '2021-10').
83
+ --images Download images and place them in dedicated directory in export path
84
+ root, preserving their internal paths
86
85
--markdown-images The same as --images, but will also update image links in exported
87
86
markdown files (if they are bein exported). Warning: this is
88
87
experimental, as API does not provide a way to know what images are
Original file line number Diff line number Diff line change 110
110
'--images' ,
111
111
action = 'store_true' ,
112
112
default = False ,
113
- help = "Download images and place them in directory next to the object"
114
- " (like page) where they were uploaded. The directory name will be the"
115
- " same as directory it was in uploads on the server "
116
- "(for example '2021-10')." )
113
+ help = "Download images and place them in dedicated directory in export path"
114
+ " root, preserving their internal paths" )
117
115
parser .add_argument (
118
116
'--markdown-images' ,
119
117
action = 'store_true' ,
You can’t perform that action at this time.
0 commit comments