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"