2
0
mirror of https://github.com/mhinz/neovim-remote synced 2024-11-11 13:10:34 +00:00

Help: clarify what --serverlist is about

References #18.
This commit is contained in:
Marco Hinz 2016-10-06 18:44:45 +02:00
parent f47fc111c4
commit 5e9c176a14
No known key found for this signature in database
GPG Key ID: AC9D48E91BCF448C

View File

@ -229,7 +229,8 @@ def parse_args():
help = 'Set the address to be used (overrides $NVIM_LISTEN_ADDRESS).') help = 'Set the address to be used (overrides $NVIM_LISTEN_ADDRESS).')
parser.add_argument('--serverlist', parser.add_argument('--serverlist',
action = 'store_true', action = 'store_true',
help = 'Print the used address (TCP or Unix domain socket).') help = '''Print the address to be used (TCP or Unix domain socket). Opposed to Vim there is no central
instance that knows about all running servers.''')
parser.add_argument('-l', parser.add_argument('-l',
action = 'store_true', action = 'store_true',