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.", }, },