From c3465e4379d1faf02949adf90d734cbbcd61ef01 Mon Sep 17 00:00:00 2001 From: Araq Date: Tue, 2 Oct 2018 19:41:20 +0200 Subject: [PATCH] nimsuggest docs: minor update; v2 of the protocol is now the default --- doc/nimsuggest.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/nimsuggest.rst b/doc/nimsuggest.rst index c5c0c7518e..80e926dfc0 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