udpate readme

This commit is contained in:
Alex Flint 2015-10-31 19:15:43 -07:00
parent b666b30474
commit 026a824666
1 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ args.Foo = "default value"
arg.MustParse(&args)
```
### Required options
### Required arguments
```go
var args struct {
@ -35,7 +35,7 @@ var args struct {
arg.MustParse(&args)
```
### Positional argument
### Positional arguments
```go
var args struct {
@ -81,7 +81,7 @@ options:
--help, -h print this help message
```
### Options with multiple values
### Arguments with multiple values
```go
var args struct {
Database string