diff --git a/README.md b/README.md index d5a49fe..7a6b0f6 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/exporter.py b/exporter.py index feb232c..1bdf1b9 100644 --- a/exporter.py +++ b/exporter.py @@ -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',