Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
The ellipsis for some and many arguments is inserted by the help text generator; so shouldn't be included in the metavar in the readme.
  • Loading branch information
HuwCampbell authored Aug 5, 2023
1 parent 4196aa7 commit c6cc612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ number of arguments, combine the `argument` builder with either the
`many` or `some` combinator:

```haskell
some (argument str (metavar "FILES..."))
some (argument str (metavar "FILES"))
```

Note that arguments starting with `-` are considered options by
Expand Down

0 comments on commit c6cc612

Please sign in to comment.