From ddfbf2673c97312aaf65764be933df77edf310a9 Mon Sep 17 00:00:00 2001 From: Edwin Eefting Date: Sat, 31 Oct 2015 13:30:19 +0100 Subject: [PATCH] Update zfs_autobackup --- zfs_autobackup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zfs_autobackup b/zfs_autobackup index 2909335..b18cc6b 100755 --- a/zfs_autobackup +++ b/zfs_autobackup @@ -26,7 +26,7 @@ parser.add_argument('--finish', action='store_true', help='dont create new snaps parser.add_argument('--compress', action='store_true', help='use compression during zfs send/recv') parser.add_argument('--test', action='store_true', help='dont change anything, just show what would be done (still does all read-only operations)') parser.add_argument('--verbose', action='store_true', help='verbose output') -parser.add_argument('--debug', action='store_true', help='debug output (shows user details, decicions that are made and commands that are executed)') +parser.add_argument('--debug', action='store_true', help='debug output (shows commands that are executed)') args = parser.parse_args()