You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ho...@apache.org on 2017/07/11 03:07:28 UTC

[incubator-openwhisk-cli] 01/04: Update Usage for Activation Poll (#2398)

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 <jw...@us.ibm.com>
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" <co...@openwhisk.apache.org>.