From e37065cc8b9805fe4ddf2f4f0eef37f4504b4e9f Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Fri, 1 May 2020 21:45:56 +0100 Subject: [PATCH] Base: Update js(1) manpage Syntax highlighting is now enabled by default! --- Base/usr/share/man/man1/js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Base/usr/share/man/man1/js.md b/Base/usr/share/man/man1/js.md index 2c47cb7733..7579f11bed 100644 --- a/Base/usr/share/man/man1/js.md +++ b/Base/usr/share/man/man1/js.md @@ -24,7 +24,7 @@ Run `help()` in REPL mode to see its available built-in functions. * `-A`, `--dump-ast`: Dump the Abstract Syntax Tree after parsing the program. * `-l`, `--print-last-result`: Print the result of the last statement executed. * `-g`, `--gc-on-every-allocation`: Run garbage collection on every allocation. -* `-s`, `--syntax-highlight`: Enable live syntax highlighting in the REPL +* `-s`, `--no-syntax-highlight`: Disable live syntax highlighting in the REPL * `-t`, `--test-mode`: Run the interpreter with added functionality for the test harness ## Examples