Jelajahi Sumber

do not mention the deprecated passphrase mode

Thomas Waldmann 9 tahun lalu
induk
melakukan
a4bb85970d
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      borg/key.py

+ 1 - 1
borg/key.py

@@ -90,7 +90,7 @@ class PlaintextKey(KeyBase):
 
 
     @classmethod
     @classmethod
     def create(cls, repository, args):
     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)
         return cls(repository)
 
 
     @classmethod
     @classmethod