fixes wrong example in configuration.md

Sun, 17 Sep 2017 11:22:16 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 17 Sep 2017 11:22:16 +0200
changeset 307
a4419589ea26
parent 306
4a1596b45ff2
child 308
82275f589d8d

fixes wrong example in configuration.md

docs/html/configuration.html file | annotate | diff | comparison | revisions
docs/src/configuration.md file | annotate | diff | comparison | revisions
--- a/docs/html/configuration.html	Sun Sep 17 11:11:12 2017 +0200
+++ b/docs/html/configuration.html	Sun Sep 17 11:22:16 2017 +0200
@@ -92,7 +92,7 @@
 <h3 id="default-key">default-key</h3>
 <p>Identifer of the key used by default for encryption. There must be a configured key with this name.</p>
 <p>Type: string<br />
-Example: <code>&lt;key&gt;mykey&lt;/key&gt;</code></p>
+Example: <code>&lt;default-key&gt;mykey&lt;/default-key&gt;</code></p>
 <h3 id="full-encryption">full-encryption</h3>
 <p>If this element has the value of true, content and resource name encryption/decryption is enabled. Resources are only encrypted if the repository has a default-key or a key is specified via command line option. Because encryption and decryption is disabled by default, <code>false</code> has no effect for this element.</p>
 <p>Type: boolean<br />
--- a/docs/src/configuration.md	Sun Sep 17 11:11:12 2017 +0200
+++ b/docs/src/configuration.md	Sun Sep 17 11:22:16 2017 +0200
@@ -46,7 +46,7 @@
 Identifer of the key used by default for encryption. There must be a configured key with this name.
 
 Type: string \
-Example: `<key>mykey</key>`
+Example: `<default-key>mykey</default-key>`
 
 ### full-encryption
 

mercurial