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:
@@ -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.",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user