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

Merge pull request #364 from sergeevabc/patch-1

Fix some typos
This commit is contained in:
gilbertchen
2018-03-08 16:08:13 -05:00
committed by GitHub

View File

@@ -1271,7 +1271,7 @@ func main() {
}, },
cli.IntFlag{ cli.IntFlag{
Name: "iterations", Name: "iterations",
Usage: "the number of iterations used in storage key deriviation (default is 16384)", Usage: "the number of iterations used in storage key derivation (default is 16384)",
Argument: "<i>", Argument: "<i>",
}, },
cli.StringFlag{ cli.StringFlag{
@@ -1582,7 +1582,7 @@ func main() {
}, },
cli.StringSliceFlag{ cli.StringSliceFlag{
Name: "t", Name: "t",
Usage: "delete snapshots with the specifed tags", Usage: "delete snapshots with the specified tags",
Argument: "<tag>", Argument: "<tag>",
}, },
cli.StringSliceFlag{ cli.StringSliceFlag{
@@ -1596,7 +1596,7 @@ func main() {
}, },
cli.BoolFlag{ cli.BoolFlag{
Name: "exclusive", Name: "exclusive",
Usage: "assume exclusive acess to the storage (disable two-step fossil collection)", Usage: "assume exclusive access to the storage (disable two-step fossil collection)",
}, },
cli.BoolFlag{ cli.BoolFlag{
Name: "dry-run, d", Name: "dry-run, d",
@@ -1636,7 +1636,7 @@ func main() {
}, },
cli.IntFlag{ cli.IntFlag{
Name: "iterations", Name: "iterations",
Usage: "the number of iterations used in storage key deriviation (default is 16384)", Usage: "the number of iterations used in storage key derivation (default is 16384)",
Argument: "<i>", Argument: "<i>",
}, },
}, },
@@ -1670,7 +1670,7 @@ func main() {
}, },
cli.IntFlag{ cli.IntFlag{
Name: "iterations", Name: "iterations",
Usage: "the number of iterations used in storage key deriviation (default is 16384)", Usage: "the number of iterations used in storage key derivation (default is 16384)",
Argument: "<i>", Argument: "<i>",
}, },
cli.StringFlag{ cli.StringFlag{