Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/khanhtc1202/boogeyman
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhub committed Apr 3, 2018
2 parents 9333b6e + e8359bd commit d0856a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adapter/controller/command_params.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ func NewCommandParse() *CommandParse {

func (c *CommandParse) ParseCommandParams() *CommandParams {
var queryString string
flag.StringVar(&queryString, "k", "github.com/khanhtc1202/boogeyman", "search (query) string")
flag.StringVar(&queryString, "k", "boogeyman", "search (query) string")
engine := flag.String("e", "all", "search engine(s): google | bing | ask | all")
strategy := flag.String("s", "all", "result show strategy: top | cross | all")
strategy := flag.String("s", "cross", "result show strategy: top | cross | all")

var showVersion bool
flag.BoolVar(&showVersion, "v", false, "show application version")
Expand Down

0 comments on commit d0856a1

Please sign in to comment.