From: Alexandre Terrasa Date: Tue, 2 Aug 2016 03:25:38 +0000 (-0400) Subject: nitweb: fix typo in help message X-Git-Url: http://nitlanguage.org nitweb: fix typo in help message Signed-off-by: Alexandre Terrasa --- diff --git a/src/nitweb.nit b/src/nitweb.nit index 7c6cdc1..d3e3f30 100644 --- a/src/nitweb.nit +++ b/src/nitweb.nit @@ -121,7 +121,7 @@ end var toolcontext = new ToolContext var tpl = new Template tpl.add "Usage: nitweb [OPTION]... ...\n" -tpl.add "Run a webserver based on nitcorn that serve pages about model." +tpl.add "Run a webserver based on nitcorn that serves pages about model." toolcontext.tooldescription = tpl.write_to_string # process options