diff options
author | Markus Armbruster <armbru@redhat.com> | 2015-06-09 14:38:58 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2015-06-18 14:12:33 +0200 |
commit | 836c3b01d2630192d6f5a941ca073bc8d650574b (patch) | |
tree | f572b529015406fc899a3666534da3fe1c633aa4 /docs | |
parent | 0311c5bde313c9ffcda2a198bd7cc70ae130d973 (diff) | |
download | qemu-836c3b01d2630192d6f5a941ca073bc8d650574b.zip qemu-836c3b01d2630192d6f5a941ca073bc8d650574b.tar.gz qemu-836c3b01d2630192d6f5a941ca073bc8d650574b.tar.bz2 |
qapi: Drop bogus command from docs
Commit 87a560c4 added it in the wrong place. Commit 59a2c4ce added it
in the right place, but didn't remove it from the wrong place. Do
that now.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/qapi-code-gen.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/qapi-code-gen.txt b/docs/qapi-code-gen.txt index 3f0522e..61b5be4 100644 --- a/docs/qapi-code-gen.txt +++ b/docs/qapi-code-gen.txt @@ -680,8 +680,6 @@ Example: out: error_propagate(errp, err); } - $ python scripts/qapi-commands.py --output-dir="qapi-generated" \ - --prefix="example-" example-schema.json $ cat qapi-generated/example-qapi-visit.h [Uninteresting stuff omitted...] |