You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gm...@apache.org on 2020/05/18 16:27:22 UTC

[qpid-dispatch] branch master updated: DISPATCH-1629 - Added the missing "--" in qdmanage command. This closes #735.

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

gmurthy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/master by this push:
     new c09330a  DISPATCH-1629 - Added the missing "--" in qdmanage command. This closes #735.
c09330a is described below

commit c09330a1b188af5f741d8077a40c409982eb00a6
Author: Nicolas Brignone <nm...@gmail.com>
AuthorDate: Wed May 13 12:20:00 2020 -0300

    DISPATCH-1629 - Added the missing "--" in qdmanage command. This closes #735.
---
 docs/books/modules/user-guide/troubleshooting-using-logs.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/books/modules/user-guide/troubleshooting-using-logs.adoc b/docs/books/modules/user-guide/troubleshooting-using-logs.adoc
index 053725d..900b3bd 100644
--- a/docs/books/modules/user-guide/troubleshooting-using-logs.adoc
+++ b/docs/books/modules/user-guide/troubleshooting-using-logs.adoc
@@ -46,7 +46,7 @@ NOTE: If necessary, you can use `qdmanage` to enable protocol-level trace loggin
 
 [options="nowrap"]
 ----
-$ qdmanage update --type=connection id=C1 enableProtocolTrace=true
+$ qdmanage update --type=connection --id=C1 enableProtocolTrace=true
 ----
 ====
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org