qmp-commands: remove query-qmp-schema from txt

It's better described in the schema already.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
Marc-André Lureau
2017-01-16 09:19:48 +01:00
committed by Markus Armbruster
parent c08d64434a
commit add1d10065
-12
View File
@@ -107,15 +107,3 @@ Example:
<- { "return": {} }
Note: This command must be issued before issuing any other command.
3. Query Commands
=================
query-qmp-schema
----------------
Return the QMP wire schema. The returned value is a json-array of
named schema entities. Entities are commands, events and various
types. See docs/qapi-code-gen.txt for information on their structure
and intended use.