As per below highlight uses '-l' and not '-h'.
Update the documentation to match.

./ovs/python/ovs/flowviz$ grep -B 2  highlight main.py
@click.option(
    "-l",
    "--highlight",

Fixes: e532f937f58f ("documentation: Document ovs-flowviz.")
Signed-off-by: Kevin Traynor <[email protected]>
---
 Documentation/ref/ovs-flowviz.8.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/ref/ovs-flowviz.8.rst 
b/Documentation/ref/ovs-flowviz.8.rst
index fc850e1d3..e8d84d995 100644
--- a/Documentation/ref/ovs-flowviz.8.rst
+++ b/Documentation/ref/ovs-flowviz.8.rst
@@ -33,5 +33,5 @@ Synopsis
 [``-c`` *file* | ``--config`` *file*]
 [``-f`` *filter* | ``--filter`` *filter*]
-[``-h`` *filter* | ``--highlight`` *filter*]
+[``-l`` *filter* | ``--highlight`` *filter*]
 [``--style`` *style*]
 *flow-type* *format* [*args*...]
@@ -85,5 +85,5 @@ Options
    The filtering syntax is detailed in `Filtering Syntax`_.
 
-.. option:: -h <filter>, --highlight <filter>
+.. option:: -l <filter>, --highlight <filter>
 
    Highlight the flows that match the provided *filter* expression.
-- 
2.47.0

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to