Config: Change "config-path" short name to "conf" in flags.go #2195
This commit is contained in:
parent
aa8f99bb1a
commit
58a3d0b682
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ var GlobalFlags = []cli.Flag{
|
||||||
EnvVar: "PHOTOPRISM_CONFIG_FILE",
|
EnvVar: "PHOTOPRISM_CONFIG_FILE",
|
||||||
},
|
},
|
||||||
cli.StringFlag{
|
cli.StringFlag{
|
||||||
Name: "config-path, cp",
|
Name: "config-path, conf",
|
||||||
Usage: "config `PATH` to be searched for additional configuration and settings files",
|
Usage: "config `PATH` to be searched for additional configuration and settings files",
|
||||||
EnvVar: "PHOTOPRISM_CONFIG_PATH",
|
EnvVar: "PHOTOPRISM_CONFIG_PATH",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue