From 24926bc2276a480d5a36667d26020f828a7122c2 Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Tue, 14 Sep 2010 17:57:53 -0700 Subject: [PATCH] ovsdb-tool: Remove reference to non-implemented "extract-schema" command While useful sounding, ovsdb-tool does not actually implement a command called "extract-schema". --- ovsdb/ovsdb-tool.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ovsdb/ovsdb-tool.c b/ovsdb/ovsdb-tool.c index 0da20859..f4bb701d 100644 --- a/ovsdb/ovsdb-tool.c +++ b/ovsdb/ovsdb-tool.c @@ -110,7 +110,6 @@ usage(void) " create DB SCHEMA create DB with the given SCHEMA\n" " compact DB [DST] compact DB in-place (or to DST)\n" " convert DB SCHEMA [DST] convert DB to SCHEMA (to DST)\n" - " extract-schema DB print DB's schema on stdout\n" " query DB TRNS execute read-only transaction on DB\n" " transact DB TRNS execute read/write transaction on DB\n" " show-log DB prints information about DB's log entries\n", -- 2.30.2