From d9e759a3eb0020551e8f5afad9f4677bb6955d8c Mon Sep 17 00:00:00 2001 From: Edwin Eefting Date: Mon, 20 Sep 2021 21:14:26 +0200 Subject: [PATCH] fix --- zfs_autobackup/ZfsAutobackup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zfs_autobackup/ZfsAutobackup.py b/zfs_autobackup/ZfsAutobackup.py index 8b311f2..3c72071 100644 --- a/zfs_autobackup/ZfsAutobackup.py +++ b/zfs_autobackup/ZfsAutobackup.py @@ -106,7 +106,7 @@ class ZfsAutobackup: help='Transfer blocks that already have zfs-compression as-is.') parser.add_argument('--test','--dry-run', '-n', action='store_true', - help='dont change anything, just show what would be done (still does all read-only ' + help='Dry run, dont change anything, just show what would be done (still does all read-only ' 'operations)') parser.add_argument('--verbose','-v', action='store_true', help='verbose output') parser.add_argument('--debug','-d', action='store_true',