aboutsummaryrefslogtreecommitdiff
path: root/ovsdb/ovsdb-tool.c
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2010-09-14 17:57:53 -0700
committerJustin Pettit <jpettit@nicira.com>2010-09-14 17:57:53 -0700
commit24926bc2276a480d5a36667d26020f828a7122c2 (patch)
tree1b2a36b0416db313758492caccda71fdf73da992 /ovsdb/ovsdb-tool.c
parent60bb134ae3aa7f60d2b20ce007b2a52bd9b14d14 (diff)
ovsdb-tool: Remove reference to non-implemented "extract-schema" command
While useful sounding, ovsdb-tool does not actually implement a command called "extract-schema".
Diffstat (limited to 'ovsdb/ovsdb-tool.c')
-rw-r--r--ovsdb/ovsdb-tool.c1
1 files changed, 0 insertions, 1 deletions
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",