Fix $HOME/.omnitrace [skip ci] (#54)

[ROCm/rocprofiler-systems commit: e60fae5361]
Tento commit je obsažen v:
Jonathan R. Madsen
2022-05-08 06:21:14 -05:00
odevzdal GitHub
rodič 0d5f0fb9cf
revize 14d8998ba0
+1 -1
Zobrazit soubor
@@ -628,7 +628,7 @@ $ omnitrace-avail -H -bd
[Omnitrace](https://github.com/AMDResearch/omnitrace) supports 3 configuration file formats: JSON, XML, and plain text.
Configuration files are specified via the `OMNITRACE_CONFIG_FILE` environment variable
and by default will look for `${HOME}/omnitrace.cfg` and `${HOME}/omnitrace.json`.
and by default will look for `${HOME}/.omnitrace.cfg` and `${HOME}/.omnitrace.json`.
Multiple configuration files can be concatenated via `:`, e.g.:
```shell