1
0
mirror of https://github.com/gilbertchen/duplicacy synced 2025-12-10 13:23:17 +00:00

Change the 'bit' option name to 'bit-identical'

This commit is contained in:
Gilbert Chen
2017-11-21 19:55:18 -05:00
parent 1d5b910f5e
commit 81e889ef3f

View File

@@ -397,7 +397,7 @@ func configRepository(context *cli.Context, init bool) {
"The storage to copy the configuration from has not been initialized") "The storage to copy the configuration from has not been initialized")
} }
bitCopy = context.Bool("bit") bitCopy = context.Bool("bit-identical")
} }
iterations := context.Int("iterations") iterations := context.Int("iterations")
@@ -1607,7 +1607,7 @@ func main() {
Argument: "<storage name>", Argument: "<storage name>",
}, },
cli.BoolFlag{ cli.BoolFlag{
Name: "bit", Name: "bit-identical",
Usage: "(when using -copy) make the new storage bit-identical to also allow rsync etc.", Usage: "(when using -copy) make the new storage bit-identical to also allow rsync etc.",
}, },
}, },