Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Lebiest committed Jul 13, 2024
1 parent 01248e2 commit c261623
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,8 @@ options:
--force-update-files Set this option to skip checking local files timestamps against remote
last edit timestamps. This will cause overwriting local files, even if
they seem to be already in newest version.
--images Download images and place them in directory next to the object (like
page) where they were uploaded. The directory name will be the same as
directory it was in uploads on the server (for example '2021-10').
--images Download images and place them in dedicated directory in export path
root, preserving their internal paths
--markdown-images The same as --images, but will also update image links in exported
markdown files (if they are bein exported). Warning: this is
experimental, as API does not provide a way to know what images are
Expand Down
6 changes: 2 additions & 4 deletions exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,8 @@
'--images',
action='store_true',
default=False,
help="Download images and place them in directory next to the object"
" (like page) where they were uploaded. The directory name will be the"
" same as directory it was in uploads on the server "
"(for example '2021-10').")
help="Download images and place them in dedicated directory in export path"
" root, preserving their internal paths")
parser.add_argument(
'--markdown-images',
action='store_true',
Expand Down

0 comments on commit c261623

Please sign in to comment.