From 51828ab5f82d09d7c2c4113dc67465b40be9e31e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yanis=20Zafir=C3=B3pulos?= <1265028+drkameleon@users.noreply.github.com> Date: Mon, 26 Oct 2020 14:46:31 +0100 Subject: [PATCH] Copy editing :) --- src/boot/boot.janet | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/boot/boot.janet b/src/boot/boot.janet index 02559f26..0a879040 100644 --- a/src/boot/boot.janet +++ b/src/boot/boot.janet @@ -2786,14 +2786,14 @@ -v : Print the version string -s : Use raw stdin instead of getline like functionality -e code : Execute a string of janet - -d : Set the debug flag in the repl - -r : Enter the repl after running all scripts - -p : Keep on executing if there is a top level error (persistent) + -d : Set the debug flag in the REPL + -r : Enter the REPL after running all scripts + -p : Keep on executing if there is a top-level error (persistent) -q : Hide logo (quiet) -k : Compile scripts but do not execute (flycheck) -m syspath : Set system path for loading global modules -c source output : Compile janet source code into an image - -n : Disable ANSI color output in the repl + -n : Disable ANSI color output in the REPL -l lib : Import a module before processing more arguments -- : Stop handling options`) (os/exit 0)