瀏覽代碼

do not mention the deprecated passphrase mode

Thomas Waldmann 9 年之前
父節點
當前提交
a4bb85970d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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