Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ihciah committed Apr 25, 2018
1 parent 0c931df commit b962a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inner-ss/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ func makeServer(s string) (Server, error) {
func main() {
var config_file string
var verbose bool
flag.BoolVar(&verbose, "v", true, "verbose mode")
flag.BoolVar(&verbose, "v", false, "verbose mode")
flag.StringVar(&config_file, "c", "config.json", "config file path")
flag.Parse()

Expand Down

0 comments on commit b962a54

Please sign in to comment.