Skip to content

Commit

Permalink
Capitalised usage
Browse files Browse the repository at this point in the history
  • Loading branch information
tsenart committed Apr 9, 2014
1 parent 6aa2339 commit f10ff8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ go install github.com/tsenart/vegeta
## Usage manual
```shell
$ vegeta -h
usage: vegeta [globals] <command> [options]
Usage: vegeta [globals] <command> [options]

attack command:
-body="": Requests body file
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ func main() {
commands := map[string]command{"attack": attackCmd(), "report": reportCmd()}

flag.Usage = func() {
fmt.Println("usage: vegeta [globals] <command> [options]")
fmt.Println("Usage: vegeta [globals] <command> [options]")
for name, cmd := range commands {
fmt.Printf("\n%s command:\n", name)
cmd.fs.PrintDefaults()
Expand Down

0 comments on commit f10ff8f

Please sign in to comment.