1
0
mirror of https://github.com/gilbertchen/duplicacy synced 2025-12-06 00:03:38 +00:00

Updated VSS flag usage

VSS flag usage now indicates support for macOS using APFS in addition to Windows
This commit is contained in:
amarcu5
2018-04-29 23:24:22 +01:00
parent 5747d6763f
commit c23ea30da4

View File

@@ -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",