--- tests/test-ovsdb.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/tests/test-ovsdb.c b/tests/test-ovsdb.c index 0ad03bd..8c7aedd 100644 --- a/tests/test-ovsdb.c +++ b/tests/test-ovsdb.c @@ -197,7 +197,11 @@ usage(void) " connect to SERVER and dump the contents of the database\n" " as seen initially by the IDL implementation and after\n" " executing each TRANSACTION. (Each TRANSACTION must modify\n" - " the database or this command will hang.)\n", + " the database or this command will hang.)\n" + " idl-partial-update-map-column SERVER \n" + " connect to SERVER and executes different operations to\n" + " test the capacity of updating elements inside a map column\n" + " displaying the information on the table after each operation.\n", program_name, program_name); vlog_usage(); printf("\nOther options:\n" -- 1.9.1 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev