diff options
author | Araq <rumpf_a@web.de> | 2018-10-02 19:41:20 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-10-02 19:41:20 +0200 |
commit | c3465e4379d1faf02949adf90d734cbbcd61ef01 (patch) | |
tree | 4574f81cbba406ba7d82421b8ca17b4a773a231e /doc | |
parent | 7935c4aa5adad20ced26ed67860179f88189987e (diff) | |
download | Nim-c3465e4379d1faf02949adf90d734cbbcd61ef01.tar.gz |
nimsuggest docs: minor update; v2 of the protocol is now the default
Diffstat (limited to 'doc')
-rw-r--r-- | doc/nimsuggest.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nimsuggest.rst b/doc/nimsuggest.rst index c5c0c7518..80e926dfc 100644 --- a/doc/nimsuggest.rst +++ b/doc/nimsuggest.rst @@ -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 |