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

This commit is contained in:
Jonathan R. Madsen
2022-05-08 06:21:14 -05:00
zatwierdzone przez GitHub
rodzic b208047741
commit e60fae5361
+1 -1
Wyświetl plik
@@ -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