Improve the workqueue test help message.

The workqueue test help message has two issues. First, the message uses 4 space
indentation when 2 space indentation seems more common. Second, the help
message misses some options.

This commit fixes both issues.
This commit is contained in:
cypherpunks 2015-07-21 12:45:47 +02:00 committed by Nick Mathewson
parent c68b341882
commit f4b03f936e

View File

@ -300,6 +300,8 @@ help(void)
{
puts(
"Options:\n"
" -h Display this information\n"
" -v Be verbose\n"
" -N <items> Run this many items of work\n"
" -T <threads> Use this many threads\n"
" -I <inflight> Have no more than this many requests queued at once\n"