mirror of
https://github.com/gilbertchen/duplicacy
synced 2025-12-06 00:03:38 +00:00
Change the 'bit' option name to 'bit-identical'
This commit is contained in:
@@ -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: "<storage name>",
|
||||
},
|
||||
cli.BoolFlag{
|
||||
Name: "bit",
|
||||
Name: "bit-identical",
|
||||
Usage: "(when using -copy) make the new storage bit-identical to also allow rsync etc.",
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user