nimsuggest docs: minor update; v2 of the protocol is now the default

This commit is contained in:
Araq
2018-10-02 19:41:20 +02:00
parent 7935c4aa5a
commit c3465e4379

View File

@@ -33,7 +33,7 @@ Nimsuggest is part of Nim's core. Build it via::
Nimsuggest invocation
=====================
Run it via ``nimsuggest --stdin --debug --v2 myproject.nim``. Nimsuggest is a
Run it via ``nimsuggest --stdin --debug myproject.nim``. Nimsuggest is a
server that takes queries that are related to ``myproject``. There is some
support so that you can throw random ``.nim`` files which are not part
of ``myproject`` at Nimsuggest too, but usually the query refer to modules/files