Skip to content

Commit

Permalink
Fixed #608: --hpx:list-counter-infos problem
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Nov 19, 2012
1 parent d32f154 commit 7853f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hpx_init.cpp
Expand Up @@ -318,7 +318,7 @@ namespace hpx
}
if (vm.count("hpx:list-counter-infos")) {
// Print info about all registered performance counters.
std::string option(vm["hpx:list-counters"].as<std::string>());
std::string option(vm["hpx:list-counter-infos"].as<std::string>());
if (0 == std::string("minimal").find(option))
rt.add_startup_function(&list_counter_infos_minimal);
else if (0 == std::string("full").find(option))
Expand Down

0 comments on commit 7853f45

Please sign in to comment.