X-Git-Url: http://nitlanguage.org diff --git a/src/nitmetrics.nit b/src/nitmetrics.nit index ab95c3d..ee8b827 100644 --- a/src/nitmetrics.nit +++ b/src/nitmetrics.nit @@ -22,7 +22,7 @@ import metrics # Create a tool context to handle options and paths var toolcontext = new ToolContext -toolcontext.tooldescription = "Usage: nitmetrics [OPTION]... ...\mComputes various metrics on Nit programs." +toolcontext.tooldescription = "Usage: nitmetrics [OPTION]... ...\nComputes various metrics on Nit programs." # We do not add other options, so process them now! toolcontext.process_options(args)