1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-23 14:41:43 +00:00

do not mention the deprecated passphrase mode

This commit is contained in:
Thomas Waldmann 2015-11-06 15:01:37 +01:00
parent 4c6be00d65
commit a4bb85970d

View file

@ -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