From c6cc6122b239d8df6e1864e12cba857f16ebf2a6 Mon Sep 17 00:00:00 2001 From: Huw Campbell Date: Sun, 6 Aug 2023 09:01:03 +1000 Subject: [PATCH] Update README.md 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d42a682a..8c61e555 100644 --- a/README.md +++ b/README.md @@ -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