Rename app from MTG to mtg

This commit is contained in:
9seconds
2019-11-19 11:37:30 +03:00
parent b2e7e1a225
commit 7928c2b323
+1 -1
View File
@@ -15,7 +15,7 @@ import (
)
var (
app = kingpin.New("MTG", "Simple MTPROTO proxy.")
app = kingpin.New("mtg", "Simple MTPROTO proxy.")
generateSecretCommand = app.Command("generate-secret",
"Generate new secret")