CLI: Add app description

This commit is contained in:
Michael Mayer 2021-11-18 00:55:10 +01:00
parent c48310f077
commit 4f254d2c5d

View file

@ -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