]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
qapi: Drop bogus command from docs
authorMarkus Armbruster <armbru@redhat.com>
Tue, 9 Jun 2015 12:38:58 +0000 (14:38 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Thu, 18 Jun 2015 12:12:33 +0000 (14:12 +0200)
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>
docs/qapi-code-gen.txt

index 3f0522ea0f1d64a634c3bd892071e91cadd20ac6..61b5be47fbe48ea1cf26c2e3de0cfcd50083f881 100644 (file)
@@ -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...]