Skip to content

Commit

Permalink
ovsdb-client: Add "COLUMN" arg to help for 'dump'.
Browse files Browse the repository at this point in the history
Help text for 'ovsdb-client dump' does not mention that it's capable
of dumping a specific column's contents if the user supplies the
column's name as a fourth positional argument.

Signed-off-by: Martin Kalcok <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
  • Loading branch information
mkalcok authored and Simon Horman committed Jun 21, 2024
1 parent c00dd0c commit 8b405f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ovsdb/ovsdb-client.c
Original file line number Diff line number Diff line change
Expand Up @@ -451,9 +451,9 @@ usage(void)
" wait until DATABASE reaches STATE "
"(\"added\" or \"connected\" or \"removed\")\n"
" in DATBASE on SERVER.\n"
"\n dump [SERVER] [DATABASE] [TABLE]\n"
" dump contents of TABLE (or all tables) in DATABASE on SERVER\n"
" to stdout\n"
"\n dump [SERVER] [DATABASE] [TABLE [COLUMN]...]\n"
" dump contents of COLUMNs, TABLE (or all tables) in DATABASE\n"
" on SERVER to stdout\n"
"\n backup [SERVER] [DATABASE] > SNAPSHOT\n"
" dump database contents in the form of a database file\n"
"\n [--force] restore [SERVER] [DATABASE] < SNAPSHOT\n"
Expand Down

0 comments on commit 8b405f4

Please sign in to comment.