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 <[email protected]> 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 "[email protected]" <[email protected]>.
