Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelrapacz authored Nov 15, 2024
1 parent 2d58409 commit 5bcc56b
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 @@ -192,7 +192,7 @@ int main(int argc, char** argv) {
| `make_help()` | returns help page | `std::string` |
| `make_version_info()` | returns version information | `std::string` |
| `parse(argc, argv)` | parses command line arguments | `bool` (`true` if successful, `false` otherwise) |
| `wrong` | `const std::vector` that contains parsing errors | |
| `wrong` | `const std::vector&` that contains parsing errors | |
<br>
Expand Down

0 comments on commit 5bcc56b

Please sign in to comment.