From 712bacab981618080fa9f96f006a8dfdecd0cd79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Aulery?= Date: Sat, 26 Dec 2020 21:09:58 +0100 Subject: [PATCH] help: add an entry about the doctor tool in `v help` (#7589) --- cmd/v/help/default.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/v/help/default.txt b/cmd/v/help/default.txt index 52167a1936..0cd163e6ec 100644 --- a/cmd/v/help/default.txt +++ b/cmd/v/help/default.txt @@ -35,6 +35,7 @@ V supports the following commands: list List all installed modules. outdated Show installed modules that need updates. * Others: + doctor Display some usefull info about your system to help reporting bugs translate Translate C code to V (coming soon in 0.3). tracev Produce a tracing version of the v compiler. Use `tracev yourfile.v` when the compiler panics.