X-Git-Url: http://nitlanguage.org diff --git a/src/modelbuilder.nit b/src/modelbuilder.nit index 2a28de4..671fcd0 100644 --- a/src/modelbuilder.nit +++ b/src/modelbuilder.nit @@ -25,7 +25,7 @@ private import more_collections redef class ToolContext # Option --ignore-visibility - var opt_ignore_visibility = new OptionBool("Do not check, and produce errors, on visibility issues.", "--ignore-visibility") + var opt_ignore_visibility = new OptionBool("Do not check, and produce errors, on visibility issues", "--ignore-visibility") redef init do @@ -100,7 +100,7 @@ redef class ModelBuilder if toolcontext.opt_only_metamodel.value then self.toolcontext.info("*** ONLY METAMODEL", 1) - exit(0) + toolcontext.quit end end