Browse Source

udpate readme

Alex Flint 10 years ago
parent
commit
026a824666
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      README.md

+ 3
- 3
README.md 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


Loading…
Cancel
Save