diff --git a/README.md b/README.md index bf9ebc6..aee7ccc 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ The key idea of **[Lock-Free Deduplication](https://github.com/gilbertchen/dupli * [A brief introduction](https://github.com/gilbertchen/duplicacy/wiki/Quick-Start) * [Command references](https://github.com/gilbertchen/duplicacy/wiki) +* [Building from source](https://github.com/gilbertchen/duplicacy/wiki/Installation) ## Storages diff --git a/duplicacy/duplicacy_main.go b/duplicacy/duplicacy_main.go index 8c5015e..ef68eef 100644 --- a/duplicacy/duplicacy_main.go +++ b/duplicacy/duplicacy_main.go @@ -1846,7 +1846,11 @@ func main() { Usage: "enable the profiling tool and listen on the specified address:port", Argument: "", }, -} + cli.StringFlag{ + Name: "comment", + Usage: "value that is ignored by duplicity (useful for identifying process)", + }, + } app.HideVersion = true app.Name = "duplicacy"