Commit 61ef4aef authored by Davis King's avatar Davis King

Fixed command line option descriptions.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403540
parent cabf9fc5
...@@ -37,7 +37,7 @@ namespace ...@@ -37,7 +37,7 @@ namespace
) : ) :
tester ( tester (
"test_dot", // the command line argument name for this test "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 0 // the number of command line arguments for this test
) )
{} {}
......
...@@ -37,7 +37,7 @@ namespace ...@@ -37,7 +37,7 @@ namespace
) : ) :
tester ( tester (
"test_gemm", // the command line argument name for this test "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 0 // the number of command line arguments for this test
) )
{} {}
......
...@@ -37,7 +37,7 @@ namespace ...@@ -37,7 +37,7 @@ namespace
) : ) :
tester ( tester (
"test_gemv", // the command line argument name for this test "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 0 // the number of command line arguments for this test
) )
{} {}
......
...@@ -37,7 +37,7 @@ namespace ...@@ -37,7 +37,7 @@ namespace
) : ) :
tester ( tester (
"test_ger", // the command line argument name for this test "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 0 // the number of command line arguments for this test
) )
{} {}
......
...@@ -40,7 +40,7 @@ namespace ...@@ -40,7 +40,7 @@ namespace
) : ) :
tester ( tester (
"test_vector", // the command line argument name for this test "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 0 // the number of command line arguments for this test
) )
{} {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment