From 81e889ef3f0a90d553ba12a98f5eac3bd3283661 Mon Sep 17 00:00:00 2001 From: Gilbert Chen Date: Tue, 21 Nov 2017 19:55:18 -0500 Subject: [PATCH] Change the 'bit' option name to 'bit-identical' --- duplicacy/duplicacy_main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/duplicacy/duplicacy_main.go b/duplicacy/duplicacy_main.go index 7ea8dc8..524884c 100644 --- a/duplicacy/duplicacy_main.go +++ b/duplicacy/duplicacy_main.go @@ -397,7 +397,7 @@ func configRepository(context *cli.Context, init bool) { "The storage to copy the configuration from has not been initialized") } - bitCopy = context.Bool("bit") + bitCopy = context.Bool("bit-identical") } iterations := context.Int("iterations") @@ -1607,7 +1607,7 @@ func main() { Argument: "", }, cli.BoolFlag{ - Name: "bit", + Name: "bit-identical", Usage: "(when using -copy) make the new storage bit-identical to also allow rsync etc.", }, },