ソースを参照

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,7 +15,7 @@ import (
15 15
 )
16 16
 
17 17
 var (
18
-	app = kingpin.New("MTG", "Simple MTPROTO proxy.")
18
+	app = kingpin.New("mtg", "Simple MTPROTO proxy.")
19 19
 
20 20
 	generateSecretCommand = app.Command("generate-secret",
21 21
 		"Generate new secret")

読み込み中…
キャンセル
保存