From af2aa833b795f1c13b2ba36a20e6d86e76adae00 Mon Sep 17 00:00:00 2001 From: "jan.reininghaus" Date: Mon, 12 May 2014 07:58:20 +0000 Subject: fixed error in help text of benchmark.cpp git-svn-id: https://phat.googlecode.com/svn/trunk@173 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d --- src/benchmark.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3