From b889a7070fbed6659435d84b64e45dfc7d8aea9a Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Thu, 18 Dec 2014 22:48:43 -0500 Subject: [PATCH 1/1] man: add `--vm` to `nit.md` Signed-off-by: Jean Privat --- share/man/nit.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/share/man/nit.md b/share/man/nit.md index f1887db..697f2bb 100644 --- a/share/man/nit.md +++ b/share/man/nit.md @@ -102,6 +102,11 @@ Whatever follows it is used as arguments of the interpreted program. ## OTHER OPTIONS +`--vm` +: Run the virtual machine instead of the naive interpreter (experimental) + +The virtual machine is currently under heavy development and, unless you are developing the vm, there is no reason to use this option yet. + `-o` : Does nothing. Used for compatibility. -- 1.7.9.5