mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
CLI: Update command flag description in migrations.go
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -34,7 +34,7 @@ var MigrationsRunCommand = &cli.Command{
|
||||
&cli.BoolFlag{
|
||||
Name: "failed",
|
||||
Aliases: []string{"f"},
|
||||
Usage: "run previously failed migrations",
|
||||
Usage: "runs previously failed migrations",
|
||||
},
|
||||
&cli.BoolFlag{
|
||||
Name: "trace",
|
||||
|
||||
Reference in New Issue
Block a user