Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
bblfsh-cli: change default value of host
Browse files Browse the repository at this point in the history
  • Loading branch information
campoy authored and dennwc committed Jul 31, 2018
1 parent 1ca9b77 commit 1fa42cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/bblfsh-cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (

func main() {
var opts struct {
Host string `short:"h" long:"host" description:"Babelfish endpoint address" default:"35.204.62.43:9432"`
Host string `short:"h" long:"host" description:"Babelfish endpoint address" default:"localhost:9432"`
Language string `short:"l" long:"language" required:"true" description:"Language"`
Query string `short:"q" long:"query" description:"XPath query applied to the resulting UAST"`
}
Expand Down

0 comments on commit 1fa42cc

Please sign in to comment.