You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ta...@apache.org on 2019/11/13 20:42:40 UTC

[openwhisk-composer] branch tardieu-patch-quotes created (now d111f64)

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

tardieu pushed a change to branch tardieu-patch-quotes
in repository https://gitbox.apache.org/repos/asf/openwhisk-composer.git.


      at d111f64  Update COMMANDS.md

This branch includes the following new commits:

     new d111f64  Update COMMANDS.md

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[openwhisk-composer] 01/01: Update COMMANDS.md

Posted by ta...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tardieu pushed a commit to branch tardieu-patch-quotes
in repository https://gitbox.apache.org/repos/asf/openwhisk-composer.git

commit d111f640ca7ea4c78bea751761be5a075ed77f51
Author: Olivier Tardieu <ta...@users.noreply.github.com>
AuthorDate: Wed Nov 13 15:42:32 2019 -0500

    Update COMMANDS.md
---
 docs/COMMANDS.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/COMMANDS.md b/docs/COMMANDS.md
index 673035c..a096aad 100644
--- a/docs/COMMANDS.md
+++ b/docs/COMMANDS.md
@@ -153,5 +153,5 @@ The `needle` option activates `needle` verbose logging.
 The `needle<defaults>` option enables overriding `needle` default parameters.
 The specified `defaults` must be be a json dictionary, as for example in:
 ```
-deploy demo demo.json --debug needle<{"connection":"keep-alive","open_timeout":60000}>
+deploy demo demo.json --debug 'needle<{"connection":"keep-alive","open_timeout":60000}>'
 ```