From a7e3092165c26407ddc01754e37e7dd8cbb2926b Mon Sep 17 00:00:00 2001 From: Jabba Laci Date: Mon, 26 Oct 2020 10:24:25 +0100 Subject: [PATCH] help text is nicely aligned (#6683) --- cmd/v/help/default.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/v/help/default.txt b/cmd/v/help/default.txt index f40ad8f48e..85a9809188 100644 --- a/cmd/v/help/default.txt +++ b/cmd/v/help/default.txt @@ -6,7 +6,7 @@ Usage: Examples: v hello.v Compile the file `hello.v` and output it as `hello` or `hello.exe`. v run hello.v Same as above but also run the produced executable immediately after compilation. - v -cg run hello.v Same as above, but make debugging easier (in case your program crashes). + v -cg run hello.v Same as above, but make debugging easier (in case your program crashes). v -o h.c hello.v Translate `hello.v` to `h.c`. Do not compile further. V supports the following commands: