markusthoemmes closed pull request #4027: Fix limits command docs
URL: https://github.com/apache/incubator-openwhisk/pull/4027
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/tools/admin/README-NEXT.md b/tools/admin/README-NEXT.md
index f46d442ffb..99be20a016 100644
--- a/tools/admin/README-NEXT.md
+++ b/tools/admin/README-NEXT.md
@@ -122,7 +122,7 @@ $ wskadmin-next limits get space1
 No limits found, default system limits apply
 
 # set limits
-$ wskadmin-next limits set space1 --invocationsPerMinute 1
+$ wskadmin-next limits set --invocationsPerMinute 1 space1
 Limits successfully set for "space1"
 ```
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to