Skip to content

Commit

Permalink
docs: changed readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Disane87 committed Oct 29, 2024
1 parent c7efa4b commit 4585494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ USAGE
[--yearFilter <value>] [--pageFilter <value>] [--onlyNew]
FLAGS
-c, --recurringCron=<value> [default: * * * * *] Cron pattern to execute periodically
-c, --recurringCron=<value> [default: */30 * * * *] Cron pattern to execute periodically
-d, --debug
-l, --logPath=<value> [default: ./logs/] Log path
-p, --password=<value> (required) Password
Expand Down Expand Up @@ -136,7 +136,7 @@ docker run \
-e AMAZON_USERNAME='[YOUR MAIL]' \
-e AMAZON_PASSWORD='[YOUR PW]' \
-e AMAZON_TLD='de' \
-e AMAZON_YEAR_FILTER='2020' \
-e AMAZON_YEAR_FILTER='2024' \
-e AMAZON_PAGE_FILTER='1' \
-e LOG_LEVEL='info' \
-v "C:/temp/docudigger/:/home/node/docudigger" \
Expand Down

0 comments on commit 4585494

Please sign in to comment.