mirror of
https://github.com/rclone/rclone.git
synced 2024-12-23 07:29:35 +01:00
backend: fix repeated words typos
This commit is contained in:
parent
3b4a57dab9
commit
55a12bd639
@ -42,9 +42,9 @@ for namenode running as service 'hdfs' with FQDN 'namenode.hadoop.docker'.`,
|
|||||||
Help: `Kerberos data transfer protection: authentication|integrity|privacy.
|
Help: `Kerberos data transfer protection: authentication|integrity|privacy.
|
||||||
|
|
||||||
Specifies whether or not authentication, data signature integrity
|
Specifies whether or not authentication, data signature integrity
|
||||||
checks, and wire encryption is required when communicating the the
|
checks, and wire encryption are required when communicating with
|
||||||
datanodes. Possible values are 'authentication', 'integrity' and
|
the datanodes. Possible values are 'authentication', 'integrity'
|
||||||
'privacy'. Used only with KERBEROS enabled.`,
|
and 'privacy'. Used only with KERBEROS enabled.`,
|
||||||
Examples: []fs.OptionExample{{
|
Examples: []fs.OptionExample{{
|
||||||
Value: "privacy",
|
Value: "privacy",
|
||||||
Help: "Ensure authentication, integrity and encryption enabled.",
|
Help: "Ensure authentication, integrity and encryption enabled.",
|
||||||
|
@ -265,7 +265,7 @@ At the time of writing this only works with OneDrive personal paid accounts.
|
|||||||
Help: `Specify the hash in use for the backend.
|
Help: `Specify the hash in use for the backend.
|
||||||
|
|
||||||
This specifies the hash type in use. If set to "auto" it will use the
|
This specifies the hash type in use. If set to "auto" it will use the
|
||||||
default hash which is is QuickXorHash.
|
default hash which is QuickXorHash.
|
||||||
|
|
||||||
Before rclone 1.62 an SHA1 hash was used by default for Onedrive
|
Before rclone 1.62 an SHA1 hash was used by default for Onedrive
|
||||||
Personal. For 1.62 and later the default is to use a QuickXorHash for
|
Personal. For 1.62 and later the default is to use a QuickXorHash for
|
||||||
|
@ -289,7 +289,7 @@ Server-Side Encryption (https://docs.cloud.oracle.com/Content/Object/Tasks/using
|
|||||||
}},
|
}},
|
||||||
}, {
|
}, {
|
||||||
Name: "sse_kms_key_id",
|
Name: "sse_kms_key_id",
|
||||||
Help: `if using using your own master key in vault, this header specifies the
|
Help: `if using your own master key in vault, this header specifies the
|
||||||
OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of a master encryption key used to call
|
OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of a master encryption key used to call
|
||||||
the Key Management service to generate a data encryption key or to encrypt or decrypt a data encryption key.
|
the Key Management service to generate a data encryption key or to encrypt or decrypt a data encryption key.
|
||||||
Please note only one of sse_customer_key_file|sse_customer_key|sse_kms_key_id is needed.`,
|
Please note only one of sse_customer_key_file|sse_customer_key|sse_kms_key_id is needed.`,
|
||||||
|
@ -324,7 +324,7 @@ Pass multiple variables space separated, eg
|
|||||||
|
|
||||||
VAR1=value VAR2=value
|
VAR1=value VAR2=value
|
||||||
|
|
||||||
and pass variables with spaces in in quotes, eg
|
and pass variables with spaces in quotes, eg
|
||||||
|
|
||||||
"VAR3=value with space" "VAR4=value with space" VAR5=nospacehere
|
"VAR3=value with space" "VAR4=value with space" VAR5=nospacehere
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user