From f08ae7d362e5106a0e64502574f2299912463b62 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Sat, 4 Apr 2015 14:55:11 +0200 Subject: [PATCH] btrbk: fixed backup summary text (cosmetics) --- btrbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btrbk b/btrbk index 1da3fb9..b0e7bea 100755 --- a/btrbk +++ b/btrbk @@ -1806,7 +1806,7 @@ MAIN: print " Config: $config->{SRC_FILE}\n"; print "\nLegend:\n"; print " +++ created subvolume (source snapshot)\n"; - print " --- deleted subvolume (source snapshot)\n"; + print " --- deleted subvolume\n"; print " *** received subvolume (non-incremental)\n"; print " >>> received subvolume (incremental)\n"; # print " %>> received subvolume (incremental, resume_missing)\n";