diff options
| author | Dan Engelbrecht <[email protected]> | 2023-02-09 19:08:20 +0100 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2023-02-09 19:08:20 +0100 |
| commit | b69b134667b4ab9957329bfe566d7abc76375055 (patch) | |
| tree | 212a88ff542840dac242ae3efc1385dc302a23ab | |
| parent | 0.2.3-pre2 (diff) | |
| download | zen-b69b134667b4ab9957329bfe566d7abc76375055.tar.xz zen-b69b134667b4ab9957329bfe566d7abc76375055.zip | |
spelling in changelog
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 83c653fc3..592ef19e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -98,7 +98,7 @@ - `bucket` Name of bucket to store data to - `key` Key to the stored oplog container (If omitted a default key will be generated based on project/oplog/namespace/bucket) - `openid-provider` Optional name of openid provider used to authenticate with, requires that the zen server instance has been provided with a oids refresh token for the provider name - - `access-token` Optional JWS access token to authenticate with + - `access-token` Optional JWT access token to authenticate with - `disableblocks` Disable block creation and save all attachments individually - `disabletempblocks` Disable temp block creation and upload blocks without waiting for oplog container to be uploaded - `--zen` Zen server instance url to export to / import from |