summaryrefslogtreecommitdiff
path: root/src/benchmark.cpp
diff options
context:
space:
mode:
authorjan.reininghaus <jan.reininghaus@8e3bb3c2-eed4-f18f-5264-0b6c94e6926d>2014-05-12 07:58:20 +0000
committerjan.reininghaus <jan.reininghaus@8e3bb3c2-eed4-f18f-5264-0b6c94e6926d>2014-05-12 07:58:20 +0000
commitaf2aa833b795f1c13b2ba36a20e6d86e76adae00 (patch)
tree48d4e3b4d04265121f3b96d239848335292e983a /src/benchmark.cpp
parent2994aeccfb932d210165df15678efd2b277f0cfe (diff)
fixed error in help text of benchmark.cpp
git-svn-id: https://phat.googlecode.com/svn/trunk@173 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
Diffstat (limited to 'src/benchmark.cpp')
-rw-r--r--src/benchmark.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/benchmark.cpp b/src/benchmark.cpp
index a2eb78a..65f6f03 100644
--- a/src/benchmark.cpp
+++ b/src/benchmark.cpp
@@ -52,7 +52,7 @@ void print_help() {
std::cerr << "--ascii -- use ascii file format" << std::endl;
std::cerr << "--binary -- use binary file format (default)" << std::endl;
std::cerr << "--help -- prints this screen" << std::endl;
- std::cerr << "--dualize -- use only dualization approach" << std::endl;
+ std::cerr << "--dual -- use only dualization approach" << std::endl;
std::cerr << "--primal -- use only primal approach" << std::endl;
std::cerr << "--vector_vector, --vector_heap, --vector_set, --vector_list, --full_pivot_column, --sparse_pivot_column, --heap_pivot_column, --bit_tree_pivot_column -- use only a subset of representation data structures for boundary matrices" << std::endl;
std::cerr << "--standard, --twist, --chunk, --chunk_sequential, --spectral_sequence, --row -- use only a subset of reduction algorithms" << std::endl;