mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-05-02 22:12:53 +03:00
all: sync with master; upd chlog
This commit is contained in:
parent
b40bbf0260
commit
5f6fbe8e08
48 changed files with 878 additions and 375 deletions
internal/home
|
@ -229,7 +229,7 @@ var cmdLineOpts = []cmdLineOpt{{
|
|||
updateNoValue: func(o options) (options, error) { o.performUpdate = true; return o, nil },
|
||||
effect: nil,
|
||||
serialize: func(o options) (val string, ok bool) { return "", o.performUpdate },
|
||||
description: "Update application and exit.",
|
||||
description: "Update the current binary and restart the service in case it's installed.",
|
||||
longName: "update",
|
||||
shortName: "",
|
||||
}, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue