fixed: `onyx help` missing newline
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Tue, 2 May 2023 03:51:20 +0000 (22:51 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Tue, 2 May 2023 03:51:20 +0000 (22:51 -0500)
CHANGELOG
compiler/src/onyx.c

index 491c0d7cd5e5a4c82c998db3827d2c673e0275fd..b64303343a62e784fcab5df78ab411e084cc8b47 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -11,7 +11,7 @@ Changes:
 Bugfixes:
 * Fixed missing `use core` in `optional.onyx`.
     - Fixes `Optional.reset` and `Optional.hash`
-
+* Fixed missing newline in `onyx help build` documentation.
 
 
 
index d0132e54c941a14d5bbb37cf3d5903d6ae3a9ad9..0a06f397a6b92b6c20f303e3f5f6d61fdff0fff2 100644 (file)
@@ -75,7 +75,7 @@ static const char *build_docstring = DOCSTRING_HEADER
     "Developer options:\n"
     "\t--no-colors               Disables colors in the error message.\n"
     "\t--no-file-contents        Disables '#file_contents' for security.\n"
-    "\t--show-all-errors         Print all errors (can result in many consequencial errors from a single error)"
+    "\t--show-all-errors         Print all errors (can result in many consequencial errors from a single error)\n"
     "\t--print-function-mappings Prints a mapping from WASM function index to source location.\n"
     "\t--print-static-if-results Prints the conditional result of each #if statement. Useful for debugging.\n"
     "\n";