Browse Source

Rename app from MTG to mtg

tags/v1.0.1
9seconds 6 years ago
parent
commit
7928c2b323
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      main.go

+ 1
- 1
main.go View File

@@ -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")

Loading…
Cancel
Save