From 855c3d4280ce99e452a69c3fc87de567397858f6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Wed, 10 Sep 2014 14:45:36 -0400 Subject: [PATCH] niti: fix type in tool description MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- src/nit.nit | 2 +- tests/sav/nit.res | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nit.nit b/src/nit.nit index 2481ce8..be71611 100644 --- a/src/nit.nit +++ b/src/nit.nit @@ -23,7 +23,7 @@ import debugger_socket # Create a tool context to handle options and paths var toolcontext = new ToolContext -toolcontext.tooldescription = "Usage: nit [OPTION]... ...\nInterprets and debbugs Nit programs." +toolcontext.tooldescription = "Usage: nit [OPTION]... ...\nInterprets and debugs Nit programs." # Add an option "-o" to enable compatibilit with the tests.sh script var opt = new OptionString("compatibility (does noting)", "-o") toolcontext.option_context.add_option(opt) diff --git a/tests/sav/nit.res b/tests/sav/nit.res index a61c3d8..6dae4e5 100644 --- a/tests/sav/nit.res +++ b/tests/sav/nit.res @@ -1,3 +1,3 @@ Usage: nit [OPTION]... ... -Interprets and debbugs Nit programs. +Interprets and debugs Nit programs. Use --help for help -- 1.7.9.5