docs: any path can be absolute or relative (#4035)

Fixes #4026
This commit is contained in:
Anton Kaliaev
2019-10-02 12:23:32 -07:00
committed by GitHub
parent b225e0e87e
commit e024805354
3 changed files with 14 additions and 3 deletions
+1 -1
View File
@@ -51,4 +51,4 @@ If the directory passed in is an absolute path, the wal file is
created there. If the directory is a relative path, the path is
appended to home directory of the tendermint process to
generate an absolute path to the wal directory
(default `$HOME/.tendermint` or set via `TM_HOME` or `--home``)
(default `$HOME/.tendermint` or set via `TM_HOME` or `--home`)