Update README.md

This commit is contained in:
Pranav Srinivas Kumar 2019-04-01 20:46:39 -04:00 committed by GitHub
parent 91d0dd8c90
commit 7abad0986d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -284,7 +284,7 @@ auto files = program.get<std::vector<std::string>>("--files"); // {"a.txt", "b.
``` ```
```bash ```bash
./main 1 -abc 3.14 2.718 2 --files a.txt b.txt c.txt 3 $ ./main 1 -abc 3.14 2.718 2 --files a.txt b.txt c.txt 3
numbers = {1, 2, 3} numbers = {1, 2, 3}
a = true a = true
b = true b = true