[ovs-dev] [PATCH] ovsdb-tool: Remove reference to non-implemented "extract-schema" command

Justin Pettit jpettit at nicira.com
Wed Sep 15 00:59:26 UTC 2010


While useful sounding, ovsdb-tool does not actually implement a command
called "extract-schema".
---
 ovsdb/ovsdb-tool.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/ovsdb/ovsdb-tool.c b/ovsdb/ovsdb-tool.c
index 0da2085..f4bb701 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",
-- 
1.7.1





More information about the dev mailing list