diff options
author | Taylor C. Richberger <Taywee@gmx.com> | 2016-05-06 17:45:08 -0600 |
---|---|---|
committer | Taylor C. Richberger <Taywee@gmx.com> | 2016-05-06 17:45:08 -0600 |
commit | 2718755743440e3916e31699d52c9c58f793d105 (patch) | |
tree | 337773cadabadd78b707925445edaf32573a320d /README.md | |
parent | improve benchmark (diff) | |
download | args.hxx-2718755743440e3916e31699d52c9c58f793d105.tar.xz |
change README syntax
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -112,7 +112,7 @@ arguments out, but that was fast compared to parsing, as would be expected. ### The run: -``` +```shell % g++ -obench bench.cxx -O2 -std=c++11 -lboost_program_options % ./bench args seconds to run: 0.895472 |