update usage for web-config-apps flag

This commit is contained in:
A.Unger
2020-01-15 11:10:45 +01:00
parent 34ad7697e6
commit a628356fe8

View File

@@ -172,7 +172,7 @@ func ServerWithConfig(cfg *config.Config) []cli.Flag {
&cli.StringFlag{
Name: "web-config-apps",
Value: "",
Usage: "Use multiple times to provide multiple apps",
Usage: `String with comma separated values. --web-config-apps "pdf-viewer, files, draw-io"`,
EnvVar: "PHOENIX_WEB_CONFIG_APPS",
},
// TODO EXTERNAL APPS?