rocprof-sys-run: Change terminal color back to normal after printing usage (#155)
* Change terminal color back to normal after printing usage * Format source --------- Co-authored-by: David Galiffi <David.Galiffi@amd.com>
Cette révision appartient à :
@@ -52,7 +52,8 @@ main(int argc, char** argv)
|
||||
|
||||
auto _print_usage = [argv]() {
|
||||
std::cerr << tim::log::color::fatal() << "Usage: " << argv[0]
|
||||
<< " <OPTIONS> -- <COMMAND> <ARGS>" << std::endl;
|
||||
<< " <OPTIONS> -- <COMMAND> <ARGS>" << tim::log::color::end()
|
||||
<< std::endl;
|
||||
};
|
||||
|
||||
if(argc == 1)
|
||||
|
||||
Référencer dans un nouveau ticket
Bloquer un utilisateur