Updated jack-in README.md for full-sync-mode lowercase options

Signed-off-by: Marcel Kräml <m.kraeml@kraeml.it>
This commit is contained in:
Marcel Kräml 2023-01-04 12:38:54 +01:00
parent cda596ebed
commit 5852d751bd
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ Options:
--sliding-sync-proxy <PROXY>
The address of the sliding sync server to connect (probs the proxy) [env: JACKIN_SYNC_PROXY=] [default: http://localhost:8008]
--full-sync-mode <FULL_SYNC_MODE>
Activate growing window rather than pagination for full-sync [default: Paging] [possible values: Growing, Paging]
Activate growing window rather than pagination for full-sync [default: paging] [possible values: growing, paging]
--limit <LIMIT>
Limit the growing/paging to this number of maximum items to caonsider "done"
--batch-size <BATCH_SIZE>