fix table

This commit is contained in:
Alexander Bocken 2021-09-27 11:58:30 +02:00
parent 8ad1af4f73
commit 6a3b13d93b
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8

View File

@ -42,6 +42,7 @@ If issues with running the program persist, first check the "Requirements" secti
There are some environment variables which can be set to change threadwatchers behaviour:
| variable name | explanation | default |
|------------------------|----------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------|
| `TW_THREADWATCHER_DIR` | sets location of file with list of threads | `${XDG_DATA_HOME:-$HOME/.local/share}/threadwatcher` |
| `TW_AUTOPRUNE` | delete threads out of list if nothing can be found on scan. (Can result in wrong behaviour with unreliable internet connections) | `true` |
| `TW_AUTODEDUPE` | remove duplicates automatically after each scan. (Using sha521 sums) | `false` |