IGNITE-1507 Correct help text for 'tasks' command in visorcmd.

Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/0b47d5cb
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/0b47d5cb
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/0b47d5cb

Branch: refs/heads/ignite-961
Commit: 0b47d5cbc6a6bf87e2ab121a0e50d795e3f9ed17
Parents: c67e2ea
Author: Vasiliy Sisko <[email protected]>
Authored: Wed Feb 10 17:13:50 2016 +0700
Committer: Andrey <[email protected]>
Committed: Wed Feb 10 17:13:50 2016 +0700

----------------------------------------------------------------------
 .../apache/ignite/visor/commands/tasks/VisorTasksCommand.scala   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/0b47d5cb/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/tasks/VisorTasksCommand.scala
----------------------------------------------------------------------
diff --git 
a/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/tasks/VisorTasksCommand.scala
 
b/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/tasks/VisorTasksCommand.scala
index e158506..660c5f1 100644
--- 
a/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/tasks/VisorTasksCommand.scala
+++ 
b/modules/visor-console/src/main/scala/org/apache/ignite/visor/commands/tasks/VisorTasksCommand.scala
@@ -250,7 +250,7 @@ private case class VisorTask(
  * |       | of Event Storage SPI that is responsible for temporary storage of 
generated   |
  * |       | events on each node can also affect the functionality of this 
command.        |
  * |       |                                                                   
            |
- * |       | By default - all events are enabled and Ignite stores last 10,000 
local       |
+ * |       | By default - all events are disabled and Ignite stores last 
10,000 local       |
  * |       | events on each node. Both of these defaults can be changed in 
configuration.  |
  * 
+---------------------------------------------------------------------------------------+
  * }}}
@@ -1341,7 +1341,7 @@ object VisorTasksCommand {
             "of Event Storage SPI that is responsible for temporary storage of 
generated",
             "events on each node can also affect the functionality of this 
command.",
             " ",
-            "By default - all events are enabled and Ignite stores last 10,000 
local",
+            "By default - all events are disabled and Ignite stores last 
10,000 local",
             "events on each node. Both of these defaults can be changed in 
configuration."
         ),
         spec = List(

Reply via email to