Updated Usage and Copyright in command help

This commit is contained in:
Michael Mayer 2018-10-14 03:58:12 +02:00
parent addffa1257
commit 6844c5f36f

View file

@ -9,9 +9,9 @@ import (
func main() {
app := cli.NewApp()
app.Name = "PhotoPrism"
app.Usage = "Digital Photo Archive"
app.Usage = "Browse your life in pictures"
app.Version = "0.0.0"
app.Copyright = "Copyright (c) 2018 Michael Mayer <michael@liquidbytes.net> and contributors"
app.Copyright = "Copyright (c) 2018 The PhotoPrism contributors"
app.EnableBashCompletion = true
app.Flags = commands.GlobalFlags