mirror of
https://github.com/mhinz/neovim-remote
synced 2024-11-11 13:10:34 +00:00
Usage: mention default for --servername
This commit is contained in:
parent
e8638c063a
commit
115aa50e63
2
bin/nvr
2
bin/nvr
@ -236,7 +236,7 @@ def parse_args():
|
||||
|
||||
parser.add_argument('--servername',
|
||||
metavar = '<addr>',
|
||||
help = 'Set the address to be used (overrides $NVIM_LISTEN_ADDRESS).')
|
||||
help = 'Set the address to be used. This overrides the default "/tmp/nvimsocket" and $NVIM_LISTEN_ADDRESS.')
|
||||
parser.add_argument('--serverlist',
|
||||
action = 'store_true',
|
||||
help = '''Print the address to be used (TCP or Unix domain socket). Opposed to Vim there is no central
|
||||
|
Loading…
Reference in New Issue
Block a user