You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by be...@apache.org on 2017/06/23 13:29:39 UTC

[incubator-openwhisk] branch master updated: Update Usage for Activation Poll (#2398)

This is an automated email from the ASF dual-hosted git repository.

berstler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 5a40ce8  Update Usage for Activation Poll (#2398)
5a40ce8 is described below

commit 5a40ce8135fe04bf61c5c54fd79401bc49f29a48
Author: James Dubee <jw...@us.ibm.com>
AuthorDate: Fri Jun 23 09:29:36 2017 -0400

    Update Usage for Activation Poll (#2398)
    
    * Update Usage for Activation Poll
---
 tools/cli/go-whisk-cli/commands/activation.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/cli/go-whisk-cli/commands/activation.go b/tools/cli/go-whisk-cli/commands/activation.go
index b98c597..de29c11 100644
--- a/tools/cli/go-whisk-cli/commands/activation.go
+++ b/tools/cli/go-whisk-cli/commands/activation.go
@@ -217,7 +217,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" <co...@openwhisk.apache.org>'].