Fixed command line option descriptions.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403540
This commit is contained in:
Davis King 2010-03-06 14:49:30 +00:00
parent cabf9fc577
commit 61ef4aeff4
5 changed files with 5 additions and 5 deletions

View File

@ -37,7 +37,7 @@ namespace
) :
tester (
"test_dot", // the command line argument name for this test
"Run example tests.", // the command line argument description
"Run test for DOT routines.", // the command line argument description
0 // the number of command line arguments for this test
)
{}

View File

@ -37,7 +37,7 @@ namespace
) :
tester (
"test_gemm", // the command line argument name for this test
"Run example tests.", // the command line argument description
"Run tests for GEMM routines.", // the command line argument description
0 // the number of command line arguments for this test
)
{}

View File

@ -37,7 +37,7 @@ namespace
) :
tester (
"test_gemv", // the command line argument name for this test
"Run example tests.", // the command line argument description
"Run tests for GEMV routines.", // the command line argument description
0 // the number of command line arguments for this test
)
{}

View File

@ -37,7 +37,7 @@ namespace
) :
tester (
"test_ger", // the command line argument name for this test
"Run example tests.", // the command line argument description
"Run tests for GER routines.", // the command line argument description
0 // the number of command line arguments for this test
)
{}

View File

@ -40,7 +40,7 @@ namespace
) :
tester (
"test_vector", // the command line argument name for this test
"Run example tests.", // the command line argument description
"Run tests on dlib::vector.", // the command line argument description
0 // the number of command line arguments for this test
)
{}