The help text for the "wait" command said "DATBASE" instead of "DATABASE".
Assisted-by: Claude Fable 5.1, Claude Code Signed-off-by: LEEMINHYUNG <[email protected]> --- ovsdb/ovsdb-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovsdb/ovsdb-client.c b/ovsdb/ovsdb-client.c index e098908ab..a9d350b36 100644 --- a/ovsdb/ovsdb-client.c +++ b/ovsdb/ovsdb-client.c @@ -449,7 +449,7 @@ usage(void) "\n wait [SERVER] DATABASE STATE\n" " wait until DATABASE reaches STATE " "(\"added\" or \"connected\" or \"removed\")\n" - " in DATBASE on SERVER.\n" + " in DATABASE on SERVER.\n" "\n dump [SERVER] [DATABASE] [TABLE [COLUMN]...]\n" " dump contents of COLUMNs, TABLE (or all tables) in DATABASE\n" " on SERVER to stdout\n" -- 2.34.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
