Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6BAEA200CD0 for ; Tue, 11 Jul 2017 05:07:32 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6A40D164F8A; Tue, 11 Jul 2017 03:07:32 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D51BB164F8E for ; Tue, 11 Jul 2017 05:07:31 +0200 (CEST) Received: (qmail 62654 invoked by uid 500); 11 Jul 2017 03:07:31 -0000 Mailing-List: contact commits-help@openwhisk.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwhisk.apache.org Delivered-To: mailing list commits@openwhisk.apache.org Received: (qmail 62633 invoked by uid 99); 11 Jul 2017 03:07:30 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jul 2017 03:07:30 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 70779811A7; Tue, 11 Jul 2017 03:07:27 +0000 (UTC) Date: Tue, 11 Jul 2017 03:07:28 +0000 To: "commits@openwhisk.apache.org" Subject: [incubator-openwhisk-cli] 01/04: Update Usage for Activation Poll (#2398) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: houshengbo@apache.org Reply-To: "commits@openwhisk.apache.org" In-Reply-To: <149974244720.31701.14685153979321357430@gitbox.apache.org> References: <149974244720.31701.14685153979321357430@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-openwhisk-cli X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: 42ee9cfee9ad5d63643b48b0d5d3614265a3e9d7 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20170711030728.70779811A7@gitbox.apache.org> archived-at: Tue, 11 Jul 2017 03:07:32 -0000 This is an automated email from the ASF dual-hosted git repository. houshengbo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-cli.git commit 42ee9cfee9ad5d63643b48b0d5d3614265a3e9d7 Author: James Dubee AuthorDate: Fri Jun 23 09:29:36 2017 -0400 Update Usage for Activation Poll (#2398) * Update Usage for Activation Poll --- commands/activation.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/activation.go b/commands/activation.go index 347f612..e8d54c5 100644 --- a/commands/activation.go +++ b/commands/activation.go @@ -218,7 +218,7 @@ var activationResultCmd = &cobra.Command{ } var activationPollCmd = &cobra.Command{ - Use: "poll [NAMESPACE]", + Use: "poll [ NAMESPACE | ACTION_NAME ]", Short: wski18n.T("poll continuously for log messages from currently running actions"), SilenceUsage: true, SilenceErrors: true, -- To stop receiving notification emails like this one, please contact "commits@openwhisk.apache.org" .