From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44988) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4sAS-0007UF-JR for qemu-devel@nongnu.org; Tue, 16 Jun 2015 10:48:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z4sAP-000181-7x for qemu-devel@nongnu.org; Tue, 16 Jun 2015 10:48:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55237) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4s2v-0005Zh-PZ for qemu-devel@nongnu.org; Tue, 16 Jun 2015 10:41:01 -0400 From: Markus Armbruster Date: Tue, 16 Jun 2015 16:40:45 +0200 Message-Id: <1434465658-20782-3-git-send-email-armbru@redhat.com> In-Reply-To: <1434465658-20782-1-git-send-email-armbru@redhat.com> References: <1434465658-20782-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH v2 02/15] qapi: Drop bogus command from docs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: mdroth@linux.vnet.ibm.com 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 --- docs/qapi-code-gen.txt | 2 -- 1 file changed, 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...] -- 1.9.3