aboutsummaryrefslogtreecommitdiff
path: root/doc/design/encryption.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-10-01 12:20:00 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-10-01 12:20:00 -0400
commit5be958bddc3afeabe51bd9da598682617ba4e0e7 (patch)
treec1249ef872812d0a23b4716c7a0e7b34b2d9a0d6 /doc/design/encryption.mdwn
parent974db9beb0ece742e4a83ef2daaa617d5560fadc (diff)
remove unimplennted command-line option from design doc
Diffstat (limited to 'doc/design/encryption.mdwn')
-rw-r--r--doc/design/encryption.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design/encryption.mdwn b/doc/design/encryption.mdwn
index cc0dd1684..fd320749f 100644
--- a/doc/design/encryption.mdwn
+++ b/doc/design/encryption.mdwn
@@ -26,7 +26,7 @@ The basis of this scheme was originally developed by Lars Wirzenius et al
Data is encrypted by GnuPG, using a symmetric cipher. The cipher is
generated by GnuPG when the special remote is created. By default the
best entropy pool is used, hence the generation may take a while; One
-can use `initremote` with `highRandomQuality=false` or `--fast` options
+can use `initremote` with the `--fast` option
to speed up things, but at the expense of using random numbers of a
lower quality. The generated cipher is then checked into your git
repository, encrypted using one or more OpenPGP public keys. This scheme