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>
[ROCm/rocprofiler-systems commit: ee11f5b206]
This commit is contained in:
gecommit door
GitHub
bovenliggende
a2d567a467
commit
b2bf0bb912
@@ -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)
|
||||
|
||||
Verwijs in nieuw issue
Block a user