Ben Pfaff
c2158145f3
ovsdb-client: Improve manpage.
...
Signed-off-by: Ben Pfaff <blp@nicira.com >
2012-02-02 16:24:05 -08:00
Ben Pfaff
132b0dccf4
table: Fix typo in manpage.
...
Reported-by: Paul Ingram <paul@nicira.com >
2011-03-10 11:24:00 -08:00
Ben Pfaff
e051b42c41
ovs-vsctl: Add formatting options for the "list" and "find" commands.
...
The default format is the same as before (which the testsuite verifies).
The most important use for the new formatting options is --bare, which
outputs a format that is easy to parse from a shell script. An upcoming
patch will start using that.
2011-02-08 16:10:34 -08:00
Ben Pfaff
c6a4125250
table: Add new "bare" output formatting options.
...
--format=list corresponds to the output format that "ovs-vsctl list" has
always used.
--bare is easier for scripts to parse.
2011-02-08 16:10:05 -08:00
Ben Pfaff
3a3eb9daef
ovsdb-client: Break table formatting into new library.
...
This makes the table formatting functions available to other programs.
ovs-vsctl will start using it soon on the "list" and "find" commands.
2011-02-08 16:09:45 -08:00