Commit e4fb6805 authored by Andrey Kamaev's avatar Andrey Kamaev

Merge pull request #155 from jet47/gpu-test-fix

parents 5bc66ec8 606c23b9
......@@ -119,10 +119,10 @@ int main(int argc, char** argv)
try
{
const char* keys =
"{ h help ? | | Print help}"
"{ i info | | Print information about system and exit }"
"{ device | -1 | Device on which tests will be executed (-1 means all devices) }"
"{ nvtest_output_level | none | NVidia test verbosity level (none, compact, full) }"
"{ h | help ? | false | Print help}"
"{ i | info | false | Print information about system and exit }"
"{ d | device | -1 | Device on which tests will be executed (-1 means all devices) }"
"{ nvtest_output_level | nvtest_output_level | none | NVidia test verbosity level (none, compact, full) }"
;
CommandLineParser cmd(argc, (const char**)argv, keys);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment