From c23ea30da4f041a2d5c5f4663ae3cd1e8bc7b623 Mon Sep 17 00:00:00 2001 From: amarcu5 Date: Sun, 29 Apr 2018 23:24:22 +0100 Subject: [PATCH] Updated VSS flag usage VSS flag usage now indicates support for macOS using APFS in addition to Windows --- duplicacy/duplicacy_main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/duplicacy/duplicacy_main.go b/duplicacy/duplicacy_main.go index c54cf8c..874c86f 100644 --- a/duplicacy/duplicacy_main.go +++ b/duplicacy/duplicacy_main.go @@ -1324,7 +1324,7 @@ func main() { }, cli.BoolFlag{ Name: "vss", - Usage: "enable the Volume Shadow Copy service (Windows only)", + Usage: "enable the Volume Shadow Copy service (Windows and macOS using APFS only)", }, cli.IntFlag{ Name: "vss-timeout",