aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/spbench/spbenchsolver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/spbench/spbenchsolver.cpp')
-rw-r--r--bench/spbench/spbenchsolver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/spbench/spbenchsolver.cpp b/bench/spbench/spbenchsolver.cpp
index ff0ce4c7d..4acd0039c 100644
--- a/bench/spbench/spbenchsolver.cpp
+++ b/bench/spbench/spbenchsolver.cpp
@@ -14,7 +14,7 @@ void bench_printhelp()
cout<< " OPTIONS : \n";
cout<< " -h or --help \n print this help and return\n\n";
cout<< " -d matrixdir \n Use matrixdir as the matrix folder instead of the one specified in the environment variable EIGEN_MATRIXDIR\n\n";
- cout<< " -o outputfile.html \n Output the statistics to a html file \n\n";
+ cout<< " -o outputfile.xml \n Output the statistics to a xml file \n\n";
cout<< " --eps <RelErr> Sets the relative tolerance for iterative solvers (default 1e-08) \n\n";
cout<< " --maxits <MaxIts> Sets the maximum number of iterations (default 1000) \n\n";