X-Git-Url: http://nitlanguage.org diff --git a/share/man/nitc.md b/share/man/nitc.md index c241573..243c83a 100644 --- a/share/man/nitc.md +++ b/share/man/nitc.md @@ -38,7 +38,7 @@ To combine files into a single program, use the `-m` option. $ nitc prog1.nit -m other_module.nit nitc can produces executables for various platforms when specific modules are used. -Currently, android, pnacl and emscripten are supported. +Currently, android and emscripten are supported. See the documentation of these specific modules for details.