man: add `--vm` to `nit.md`
authorJean Privat <jean@pryen.org>
Fri, 19 Dec 2014 03:48:43 +0000 (22:48 -0500)
committerJean Privat <jean@pryen.org>
Fri, 19 Dec 2014 03:48:43 +0000 (22:48 -0500)
Signed-off-by: Jean Privat <jean@pryen.org>

share/man/nit.md

index f1887db..697f2bb 100644 (file)
@@ -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.