diff options
author | lloyd <[email protected]> | 2007-11-11 19:11:12 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2007-11-11 19:11:12 +0000 |
commit | 229cbd83405fa1b969628ddaabc6fb504a7e32b0 (patch) | |
tree | f0e5dc293847b34c2515d5cc6374b0f2247d38aa /checks | |
parent | ba88a39c7af372adbec2056215d9f0de12158c22 (diff) |
Prevent lines > 80 columns
Diffstat (limited to 'checks')
-rw-r--r-- | checks/check.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checks/check.cpp b/checks/check.cpp index f009372ee..f31c9d204 100644 --- a/checks/check.cpp +++ b/checks/check.cpp @@ -47,7 +47,7 @@ int main(int argc, char* argv[]) << " --validate: Check test vectors\n" << " --benchmark: Benchmark everything\n" << " --bench-type={block,mode,stream,hash,mac,rng,pk}:\n" - << " Benchmark only algorithms of a particular type\n" + << " Benchmark only algorithms of a particular type\n" << " --html: Produce HTML output for benchmarks\n" << " --seconds=n: Benchmark for n seconds\n" << " --init=<str>: Pass <str> to the library\n" |