From ca8497550af07f908aecb5d5848d08bdff3c9c3b Mon Sep 17 00:00:00 2001 From: Jakub Doka Date: Sun, 27 Oct 2024 19:02:13 +0100 Subject: [PATCH] updating commandline help --- lang/command-help.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/lang/command-help.txt b/lang/command-help.txt index bb92479..e0c5c1a 100644 --- a/lang/command-help.txt +++ b/lang/command-help.txt @@ -1,5 +1,4 @@ ---fmt - format all source files ---fmt-stdout - dont write the formatted file but print it ---dump-asm - output assembly instead of raw code, (the assembly is more for debugging the compiler) ---threads <1...> - number of threads compiler can use [default: 1] ---optimize - compile with optimizing compiler (dangerose) +--fmt - format all imported source files +--fmt-stdout - dont write the formatted file but print it +--dump-asm - output assembly instead of raw code, (the assembly is more for debugging the compiler) +--threads <1...> - number of extra threads compiler can use [default: 0]