Skip to content

Commit c261623

Browse files
author
Maciej Lebiest
committed
fix docs
1 parent 01248e2 commit c261623

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,8 @@ options:
8080
--force-update-files Set this option to skip checking local files timestamps against remote
8181
last edit timestamps. This will cause overwriting local files, even if
8282
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
8685
--markdown-images The same as --images, but will also update image links in exported
8786
markdown files (if they are bein exported). Warning: this is
8887
experimental, as API does not provide a way to know what images are

exporter.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,8 @@
110110
'--images',
111111
action='store_true',
112112
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")
117115
parser.add_argument(
118116
'--markdown-images',
119117
action='store_true',

0 commit comments

Comments
 (0)