From 6e69548d82e2ae30a0a0196208891ed397b3031a Mon Sep 17 00:00:00 2001 From: Pranav Srinivas Kumar Date: Thu, 6 Jun 2019 21:30:31 -0400 Subject: [PATCH] Addresses Issue #25 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2c27f2..87cce93 100644 --- a/README.md +++ b/README.md @@ -373,7 +373,7 @@ auto files = program.get>("--files"); // {"a.txt", "b. ``` ```bash -$ ./main 1 -abc 3.14 2.718 2 --files a.txt b.txt c.txt 3 +$ ./main 1 2 3 -abc 3.14 2.718 --files a.txt b.txt c.txt numbers = {1, 2, 3} a = true b = true