Browse Source

Demand to have secret provided

tags/0.9
9seconds 8 years ago
parent
commit
a7d442c4f9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      main.go

+ 1
- 1
main.go View File

73
 			Envar("MTG_USE_IPV6").
73
 			Envar("MTG_USE_IPV6").
74
 			Bool()
74
 			Bool()
75
 
75
 
76
-	secret = app.Arg("secret", "Secret of this proxy.").String()
76
+	secret = app.Arg("secret", "Secret of this proxy.").Required().String()
77
 )
77
 )
78
 
78
 
79
 func main() {
79
 func main() {

Loading…
Cancel
Save