From ce56b70108158063171aed9fa7ed1c71ae886092 Mon Sep 17 00:00:00 2001 From: ljacqu Date: Sat, 17 Dec 2016 13:30:10 +0100 Subject: [PATCH] update description --- Tool-tasks.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Tool-tasks.md b/Tool-tasks.md index 9376e83..e1b9ec4 100644 --- a/Tool-tasks.md +++ b/Tool-tasks.md @@ -1,10 +1,6 @@ -_Tool tasks_ are tasks that can be run from the AuthMe codebase for various purposes, e.g. to generate docs pages or to verify messages tasks. All tool tasks are started from the same runner, the ToolsRunner, located test/tools/ToolsRunner.java. Tip: you can save the run configuration for the ToolsRunner so that you can always easily run a tool task. +_Tool tasks_ are tasks that can be run from the AuthMe codebase for various purposes, e.g. to generate docs pages or to verify the completeness of translation files. All tool tasks are started from the same runner, the ToolsRunner, located under `test/tools/ToolsRunner.java`. Tip: you can save the run configuration for the ToolsRunner so that you can easily run a tool task at any time. -Once you start the ToolsRunner, a list of all available tools will be displayed. After entering the tool name the corresponding tool will be run. - -_Tool tasks_ are tasks that can be run from the AuthMe codebase for various purposes, e.g. to generate docs pages or to verify messages tasks. All tool tasks are started from the same runner, the ToolsRunner, located test/tools/ToolsRunner.java. Tip: you can save the run configuration for the ToolsRunner so that you can always easily run a tool task. - -Once you start the ToolsRunner, a list of all available tools will be displayed. After entering the tool name the corresponding tool will be run. +Once you start the ToolsRunner, a list of all available tools will be displayed. After entering the name the corresponding task will be run. ## Available tasks Cat | Name | Description