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

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


The following commit(s) were added to refs/heads/master by this push:
     new f65efdf  Remove duplicate `actions list` in `wsk` command (#4751)
f65efdf is described below

commit f65efdf98ca4ac50dc390806b4c0e7ceb72f042b
Author: Marc Abramowitz <m...@marc-abramowitz.com>
AuthorDate: Fri Nov 22 15:41:12 2019 -0800

    Remove duplicate `actions list` in `wsk` command (#4751)
---
 docs/actions.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/actions.md b/docs/actions.md
index 735d39d..c887e77 100644
--- a/docs/actions.md
+++ b/docs/actions.md
@@ -624,7 +624,7 @@ Notice that the list is now sorted alphabetically by 
namespace, then package nam
 As you write more actions, this list gets longer and it can be helpful to 
group related actions into [packages](packages.md). To filter your list of 
actions to just those within a specific package, you can use:
 
 ```
-wsk action list action list /whisk.system/utils
+wsk action list /whisk.system/utils
 ```
 ```
 actions

Reply via email to