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]