ovsdb-tool: Remove reference to non-implemented "extract-schema" command
authorJustin Pettit <jpettit@nicira.com>
Wed, 15 Sep 2010 00:57:53 +0000 (17:57 -0700)
committerJustin Pettit <jpettit@nicira.com>
Wed, 15 Sep 2010 00:57:53 +0000 (17:57 -0700)
While useful sounding, ovsdb-tool does not actually implement a command
called "extract-schema".

ovsdb/ovsdb-tool.c

index 0da2085..f4bb701 100644 (file)
@@ -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",