Skip to content

Commit

Permalink
Improve threads description
Browse files Browse the repository at this point in the history
  • Loading branch information
SergiySW committed May 5, 2020
1 parent 7817cb8 commit ee73df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nano/nano_node/entry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ int main (int argc, char * const * argv)
("validate_blocks,debug_validate_blocks", "Check all blocks for correct hash, signature, work value")
("platform", boost::program_options::value<std::string> (), "Defines the <platform> for OpenCL commands")
("device", boost::program_options::value<std::string> (), "Defines <device> for OpenCL command")
("threads", boost::program_options::value<std::string> (), "Defines <threads> count for OpenCL command")
("threads", boost::program_options::value<std::string> (), "Defines <threads> count for various commands")
("difficulty", boost::program_options::value<std::string> (), "Defines <difficulty> for OpenCL command, HEX")
("multiplier", boost::program_options::value<std::string> (), "Defines <multiplier> for work generation. Overrides <difficulty>")
("count", boost::program_options::value<std::string> (), "Defines <count> for various commands")
Expand Down

0 comments on commit ee73df7

Please sign in to comment.