Fix line length in schema.

This commit is contained in:
Dan Helfman 2020-11-25 19:21:06 -08:00
parent 41bf520585
commit eb4b4cc92b
1 changed files with 6 additions and 5 deletions

View File

@ -185,10 +185,10 @@ map:
desc: | desc: |
The standard output of this command is used to unlock the The standard output of this command is used to unlock the
encryption key. Only use on repositories that were encryption key. Only use on repositories that were
initialized with passcommand/repokey/keyfile encryption. Note initialized with passcommand/repokey/keyfile encryption.
that if both encryption_passcommand and encryption_passphrase Note that if both encryption_passcommand and
are set, then encryption_passphrase takes precedence. encryption_passphrase are set, then encryption_passphrase
Defaults to not set. takes precedence. Defaults to not set.
example: "secret-tool lookup borg-repository repo-name" example: "secret-tool lookup borg-repository repo-name"
encryption_passphrase: encryption_passphrase:
type: str type: str
@ -197,7 +197,8 @@ map:
repositories that were initialized with repositories that were initialized with
passphrase/repokey/keyfile encryption. Quote the value if it passphrase/repokey/keyfile encryption. Quote the value if it
contains punctuation, so it parses correctly. And backslash contains punctuation, so it parses correctly. And backslash
any quote or backslash literals as well. Defaults to not set. any quote or backslash literals as well. Defaults to not
set.
example: "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" example: "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~"
checkpoint_interval: checkpoint_interval:
type: int type: int