mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 13:54:02 +03:00
Rename app from MTG to mtg
This commit is contained in:
@@ -15,7 +15,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
app = kingpin.New("MTG", "Simple MTPROTO proxy.")
|
app = kingpin.New("mtg", "Simple MTPROTO proxy.")
|
||||||
|
|
||||||
generateSecretCommand = app.Command("generate-secret",
|
generateSecretCommand = app.Command("generate-secret",
|
||||||
"Generate new secret")
|
"Generate new secret")
|
||||||
|
|||||||
Reference in New Issue
Block a user