Typo fix in argument name in warning message

This commit is contained in:
Phil Krylov 2021-06-16 00:32:31 +03:00 committed by GitHub
parent 1a5e4a9cdd
commit 67d9240e7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,7 +170,7 @@ class ZfsAutobackup:
self.warning("Using compression, but transfer is local.")
if args.compress and args.zfs_compressed:
self.warning("Using --compress with --zfs-compress, might be inefficient.")
self.warning("Using --compress with --zfs-compressed, might be inefficient.")
def verbose(self, txt):
self.log.verbose(txt)