From: Markus Armbruster Date: Tue, 9 Jun 2015 12:38:58 +0000 (+0200) Subject: qapi: Drop bogus command from docs X-Git-Tag: v2.4.0-rc0~64^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=836c3b01d2630192d6f5a941ca073bc8d650574b;p=thirdparty%2Fqemu.git 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 Reviewed-by: Eric Blake --- diff --git a/docs/qapi-code-gen.txt b/docs/qapi-code-gen.txt index 3f0522ea0f1..61b5be47fbe 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...]