CLI: Add link to docs.photoprism.org
This commit is contained in:
parent
92ea5982d1
commit
f6906b4444
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +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.Description = "For setup instructions and a user guide, visit https://docs.photoprism.org/"
|
||||
app.Version = version
|
||||
app.Copyright = "(c) 2018-2021 Michael Mayer <hello@photoprism.org>"
|
||||
app.EnableBashCompletion = true
|
||||
|
|
Loading…
Reference in a new issue