From e2364f628585db2328cf2cad4b3dd7bf4defdf01 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sun, 21 Jul 2019 13:51:52 +0200 Subject: [PATCH] main.v: update help --- compiler/main.v | 4 +++- test.sh => test.zsh | 0 2 files changed, 3 insertions(+), 1 deletion(-) rename test.sh => test.zsh (100%) diff --git a/compiler/main.v b/compiler/main.v index 34b8084a2f..2bac260249 100644 --- a/compiler/main.v +++ b/compiler/main.v @@ -1133,7 +1133,9 @@ Options: -prod Build an optimized executable. -o Place output into . -obf Obfuscate the resulting binary. - run Build and execute a V program. You can add arguments after file name. + -show_c_cmd Print the full C compilation command. + -debug Leave a C file for debugging in .program.c. + run Build and execute a V program. You can add arguments after the file name. Files: _test.v Test file. diff --git a/test.sh b/test.zsh similarity index 100% rename from test.sh rename to test.zsh