Fix the doc for remote_fifo_path (fixes #2584)
This commit is contained in:
parent
fccf7f5af7
commit
d95ec953c3
2 changed files with 5 additions and 2 deletions
|
@ -461,8 +461,9 @@ show_useless_separator = false
|
|||
exec_remote = false
|
||||
|
||||
# Path of the FIFO in which the remote commands will be sent.
|
||||
# The "poezio.fifo" file will be created in this directory
|
||||
# Used with exec_remote set to true, see the documentation of /link for details
|
||||
# Defaults to ./poezio.fifo
|
||||
# Defaults to ./
|
||||
remote_fifo_path =
|
||||
|
||||
# Defines if all tabs are resized at the same time (if set to false)
|
||||
|
|
|
@ -860,9 +860,11 @@ Other
|
|||
|
||||
remote_fifo_path
|
||||
|
||||
**Default value:** ``./poezio.fifo``
|
||||
**Default value:** ``./``
|
||||
|
||||
The path of the FIFO used to send the commands (see the :term:`exec_remote` option).
|
||||
Poezio will try to create a :file:`poezio.fifo` file in this directory.
|
||||
|
||||
|
||||
save_status
|
||||
|
||||
|
|
Loading…
Reference in a new issue