2
0
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:
Marco Hinz 2016-12-06 22:36:06 +01:00
parent e8638c063a
commit 115aa50e63
No known key found for this signature in database
GPG Key ID: 1C980A1B657B4A4F

View File

@ -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