瀏覽代碼

Rename app from MTG to mtg

tags/v1.0.1
9seconds 6 年之前
父節點
當前提交
7928c2b323
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      main.go

+ 1
- 1
main.go 查看文件

15
 )
15
 )
16
 
16
 
17
 var (
17
 var (
18
-	app = kingpin.New("MTG", "Simple MTPROTO proxy.")
18
+	app = kingpin.New("mtg", "Simple MTPROTO proxy.")
19
 
19
 
20
 	generateSecretCommand = app.Command("generate-secret",
20
 	generateSecretCommand = app.Command("generate-secret",
21
 		"Generate new secret")
21
 		"Generate new secret")

Loading…
取消
儲存