Explorar o código

do not mention the deprecated passphrase mode

Thomas Waldmann %!s(int64=9) %!d(string=hai) anos
pai
achega
a4bb85970d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      borg/key.py

+ 1 - 1
borg/key.py

@@ -90,7 +90,7 @@ class PlaintextKey(KeyBase):
 
     @classmethod
     def create(cls, repository, args):
-        logger.info('Encryption NOT enabled.\nUse the "--encryption=repokey|keyfile|passphrase" to enable encryption.')
+        logger.info('Encryption NOT enabled.\nUse the "--encryption=repokey|keyfile" to enable encryption.')
         return cls(repository)
 
     @classmethod