forked from third-party-mirrors/zfs_autobackup
Merge pull request #78 from tuffnatty/patch-1
Typo fix in argument name in warning message
This commit is contained in:
commit
37c24e092c
@ -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