mirror of https://github.com/borgbackup/borg.git
do not mention the deprecated passphrase mode
This commit is contained in:
parent
4c6be00d65
commit
a4bb85970d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue