Fix GOTTY_TITLE_FORMAT

This commit is contained in:
Iwasaki Yudai 2015-08-23 21:32:32 +09:00
parent ac0cb74f98
commit 04d9671735

View File

@ -47,7 +47,7 @@ func main() {
Name: "title-format", Name: "title-format",
Value: "GoTTY - {{ .Command }} ({{ .Hostname }})", Value: "GoTTY - {{ .Command }} ({{ .Hostname }})",
Usage: "Title format of browser window", Usage: "Title format of browser window",
EnvVar: "GOTTY_title-format", EnvVar: "GOTTY_TITLE_FORMAT",
}, },
} }
cmd.Action = func(c *cli.Context) { cmd.Action = func(c *cli.Context) {