forked from third-party-mirrors/zfs_autobackup
Typo fix in argument name in warning message
This commit is contained in:
parent
1a5e4a9cdd
commit
67d9240e7b
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user