X-Git-Url: http://nitlanguage.org 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.