This commit is contained in:
STAM 2022-09-23 18:22:49 +03:00
parent 25beab44e3
commit 7fa7bfa53f
Signed by: stam
GPG Key ID: E149C3760CFA3C7E

View File

@ -51,7 +51,7 @@ Options:
### Download or update all local archive ### Download or update all local archive
``` ```
PS> .\atlassian-downloader.exe --output-dir "P:\Atlassian" PS> .\atlassian-downloader.exe --output-dir "P:\Atlassian"
or or
bash# ./atlassian-downloader --output-dir "/mnt/nfs/atlassian" bash# ./atlassian-downloader --output-dir "/mnt/nfs/atlassian"
``` ```
@ -59,7 +59,8 @@ If you already have some folders at output path, they will be ignored and not be
### Show only urls from jsons ### Show only urls from jsons
``` ```
PS> .\atlassian-downloader.exe --action ListURLsor PS> .\atlassian-downloader.exe --action ListURLs
or
bash# ./atlassian-downloader --action ListURLs bash# ./atlassian-downloader --action ListURLs
``` ```