json-rpc-shell.adoc: minor improvements
Documented envvars and added a note about XDG paths.
This commit is contained in:
parent
3daf254b41
commit
9f5845fc51
|
@ -96,8 +96,16 @@ Program information
|
||||||
*--write-default-cfg*[**=**__PATH__]::
|
*--write-default-cfg*[**=**__PATH__]::
|
||||||
Write a default configuration file, show its path and exit.
|
Write a default configuration file, show its path and exit.
|
||||||
|
|
||||||
|
Environment
|
||||||
|
-----------
|
||||||
|
*VISUAL*, *EDITOR*::
|
||||||
|
The editor program to be launched by the M-e key binding.
|
||||||
|
If neither variable is set, it defaults to *vi*(1).
|
||||||
|
|
||||||
Files
|
Files
|
||||||
-----
|
-----
|
||||||
|
*json-rpc-shell* follows the XDG Base Directory Specification.
|
||||||
|
|
||||||
_~/.config/json-rpc-shell/json-rpc-shell.conf_::
|
_~/.config/json-rpc-shell/json-rpc-shell.conf_::
|
||||||
The configuration file, in which you can configure color output and
|
The configuration file, in which you can configure color output and
|
||||||
CA certificate paths. Use the *--write-default-cfg* option to create
|
CA certificate paths. Use the *--write-default-cfg* option to create
|
||||||
|
|
Loading…
Reference in New Issue