Skip to content

Commit

Permalink
Update default name for the config file
Browse files Browse the repository at this point in the history
The file generated by rocprof-sys-avail -G was omnitrace-config. Now, it's rocprof-sys-config.
  • Loading branch information
dgaliffiAMD committed Oct 1, 2024
1 parent dc34d42 commit bac5128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/bin/omnitrace-avail/avail.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ main(int argc, char** argv)
"Dump a configuration to a specified file.")
.max_count(1)
.dtype("filename")
.set_default(std::string{ "omnitrace-config" })
.set_default(std::string{ "rocprof-sys-config" })
.action([&_config_file](parser_t& _p) {
auto _out =
(_p.exists("output")) ? _p.get<std::string>("output") : std::string{};
Expand Down

0 comments on commit bac5128

Please sign in to comment.