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 <[email protected]> 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}>' ```
