We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62e40d8 commit 1f9aa1aCopy full SHA for 1f9aa1a
main.go
@@ -33,7 +33,7 @@ func init() {
33
flag.BoolVar(&geo, "g", true, "地形を描画")
34
flag.BoolVar(&mask, "b", true, "県境を描画")
35
flag.BoolVar(&usepix, "p", false, "iTermであってもピクセル画で表示")
36
- flag.Float64Var(&scale, "s", 0.8, "表示拡大倍率")
+ flag.Float64Var(&scale, "s", 1.2, "表示拡大倍率")
37
flag.Usage = func() {
38
fmt.Fprintf(os.Stderr, "東京アメッシュをCLIに表示するコマンドです。\n利用可能なオプション:\n")
39
flag.PrintDefaults()
0 commit comments