CLI: Add app description
This commit is contained in:
parent
c48310f077
commit
4f254d2c5d
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ func main() {
|
|||
app.Name = "PhotoPrism"
|
||||
app.HelpName = filepath.Base(os.Args[0])
|
||||
app.Usage = "Browse Your Life in Pictures"
|
||||
app.Description = "Visit https://photoprism.app/ to learn more."
|
||||
app.Version = version
|
||||
app.Copyright = "(c) 2018-2021 Michael Mayer <hello@photoprism.org>"
|
||||
app.EnableBashCompletion = true
|
||||
|
|
Loading…
Reference in a new issue