Merge pull request #78 from tuffnatty/patch-1

Typo fix in argument name in warning message
This commit is contained in:
DatuX 2021-06-16 16:45:42 +02:00 committed by GitHub
commit 37c24e092c
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)