diff options
| author | Alex Flint <[email protected]> | 2015-10-31 19:15:43 -0700 |
|---|---|---|
| committer | Alex Flint <[email protected]> | 2015-10-31 19:15:43 -0700 |
| commit | 026a8246669cd8799d694060f46d5273a8cb6e84 (patch) | |
| tree | 414f6dbf56d4ad91a172f42a96c8855e2af97e1b | |
| parent | b666b30474ad3ef77ea4f22d0f88683cb7abbe5c (diff) | |
udpate readme
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
