Repository: qpid-dispatch Updated Branches: refs/heads/master 1b50905b8 -> c0be15664
NO-JIRA - Spellcheck man page for qdmanage (cherry picked from commit 728ea1b44622f55895ecb702fdc134240f90917b) Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/c0be1566 Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/c0be1566 Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/c0be1566 Branch: refs/heads/master Commit: c0be15664e24625d59cab5fdb9219fc9e997558e Parents: 1b50905 Author: JiÅÃ DanÄk <[email protected]> Authored: Tue Jun 28 11:08:28 2016 +0200 Committer: Ganesh Murthy <[email protected]> Committed: Tue Jun 28 15:46:56 2016 -0400 ---------------------------------------------------------------------- doc/man/qdmanage.8.adoc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/c0be1566/doc/man/qdmanage.8.adoc ---------------------------------------------------------------------- diff --git a/doc/man/qdmanage.8.adoc b/doc/man/qdmanage.8.adoc index 57ffb94..1d4d6a4 100644 --- a/doc/man/qdmanage.8.adoc +++ b/doc/man/qdmanage.8.adoc @@ -53,19 +53,19 @@ OPERATIONS Create a new entity with the specified attributes. With the --stdin option, read attributes from stdin. This can be a JSON map of attributes to create a single entity, or a JSON list of maps to create - multiple entitiees. + multiple entities. `read`:: Print the attributes of an entity specified by the --name or --identity options. With the --stdin option, create entities based on data from stdin. This can be a JSON map of attributes to create a - single entity, or a JSON list of maps to create multiple entitiees. + single entity, or a JSON list of maps to create multiple entities. `update` ['ATTR=VALUE'...]:: Update the attributes of an existing entity. With the --stdin option, read attributes from stdin. This can be a JSON map of attributes to update a single entity, or a JSON list of maps to update multiple - entitiees. If an ATTR name is listed with no =VALUE, that attribute + entities. If an ATTR name is listed with no =VALUE, that attribute will be deleted from the entity. `delete`:: @@ -115,22 +115,22 @@ qdmanage query --type=log .Enable debug and higher log messages by default: -------------------------------------------------------------- -qdmanage udpdate name=log/DEFAULT enable=debug+ +qdmanage update name=log/DEFAULT enable=debug+ -------------------------------------------------------------- -.Enable trace log messages only for the MESSAGE moudle and direct MESSAGE logs to the file "test.log" +.Enable trace log messages only for the MESSAGE module and direct MESSAGE logs to the file "test.log" -------------------------------------------------------------- -qdmanage udpdate name=log/MESSAGE enable=trace output=test.log +qdmanage update name=log/MESSAGE enable=trace output=test.log -------------------------------------------------------------- .Set MESSAGE logging back to the default ------------------------------------------------ -qdmanage udpdate name=log/MESSAGE enable=default +qdmanage update name=log/MESSAGE enable=default ------------------------------------------------ .Disable MESSAGE logging --------------------------------------------- -qdmanage udpdate name=log/MESSAGE enable=none +qdmanage update name=log/MESSAGE enable=none --------------------------------------------- SEE ALSO --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
