Skip to content

Commit

Permalink
Rename cli option for logs
Browse files Browse the repository at this point in the history
  • Loading branch information
juliosueiras committed Jul 5, 2019
1 parent 598ddaa commit a6e1c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (

var tempFile *os.File
var location = flag.String("log-location", "", "Location of the lsp log")
var enableLogFile = flag.Bool("enable-log", false, "Enable log")
var enableLogFile = flag.Bool("enable-log-file", false, "Enable log file")

var Server *jrpc2.Server

Expand Down

0 comments on commit a6e1c96

Please sign in to comment.