Skip to content

Commit

Permalink
Merge pull request #38 from brcooley/patch-1
Browse files Browse the repository at this point in the history
Minor typo fix in command_line_tool.md
  • Loading branch information
xllora committed Feb 26, 2016
2 parents 11b84a9 + f13056c commit b38f9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/command_line_tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The `bw` command line tool is built via the `tools/vcli/bw` package. You
can build the tool by just typing

```
$ got test ./... && go build ./tools/vcli/bw/...
$ go test ./... && go build ./tools/vcli/bw/...
```

Is the test pass successfully you will get the `bw` tool ready to go.
Expand Down

0 comments on commit b38f9aa

Please sign in to comment.