Commit 04d96717 by Iwasaki Yudai

Fix GOTTY_TITLE_FORMAT

1 parent ac0cb74f
Showing with 1 additions and 1 deletions
......@@ -47,7 +47,7 @@ func main() {
Name: "title-format",
Value: "GoTTY - {{ .Command }} ({{ .Hostname }})",
Usage: "Title format of browser window",
EnvVar: "GOTTY_title-format",
EnvVar: "GOTTY_TITLE_FORMAT",
},
}
cmd.Action = func(c *cli.Context) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!