Explorar o código

Merge pull request #7275 from ThomasWaldmann/docs-key-change-passphrase

key change-passphrase: fix --encryption value in examples
TW %!s(int64=2) %!d(string=hai) anos
pai
achega
9b067fd1f7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/usage/key.rst

+ 1 - 1
docs/usage/key.rst

@@ -37,7 +37,7 @@ Fully automated using environment variables:
 
 ::
 
-    $ BORG_NEW_PASSPHRASE=old borg rcreate -e=repokey
+    $ BORG_NEW_PASSPHRASE=old borg rcreate --encryption=repokey-aes-ocb
     # now "old" is the current passphrase.
     $ BORG_PASSPHRASE=old BORG_NEW_PASSPHRASE=new borg key change-passphrase
     # now "new" is the current passphrase.