Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4CDC718C83 for ; Thu, 11 Feb 2016 12:39:32 +0000 (UTC) Received: (qmail 41475 invoked by uid 500); 11 Feb 2016 12:39:32 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 41394 invoked by uid 500); 11 Feb 2016 12:39:32 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 41319 invoked by uid 99); 11 Feb 2016 12:39:32 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Feb 2016 12:39:32 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CD061E3868; Thu, 11 Feb 2016 12:39:31 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: av@apache.org To: commits@ignite.apache.org Date: Thu, 11 Feb 2016 12:39:33 -0000 Message-Id: <1b8d97fc35da41b5bb24aa9c521a84cd@git.apache.org> In-Reply-To: <3fb3891a2fec4112ac13c3d2949e91df@git.apache.org> References: <3fb3891a2fec4112ac13c3d2949e91df@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [03/17] ignite git commit: IGNITE-1507 Correct help text for 'tasks' command in visorcmd. 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-2468 Commit: 0b47d5cbc6a6bf87e2ab121a0e50d795e3f9ed17 Parents: c67e2ea Author: Vasiliy Sisko Authored: Wed Feb 10 17:13:50 2016 +0700 Committer: Andrey 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(