From: Alexis Laferrière Date: Wed, 10 Sep 2014 18:45:36 +0000 (-0400) Subject: niti: fix type in tool description X-Git-Tag: v0.6.9~38^2~2 X-Git-Url: http://nitlanguage.org niti: fix type in tool description Signed-off-by: Alexis Laferrière --- 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