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

Этот коммит содержится в:
Jonathan R. Madsen
2022-05-08 06:21:14 -05:00
коммит произвёл GitHub
родитель b208047741
Коммит e60fae5361
+1 -1
Просмотреть файл
@@ -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