doc: fix indentation in flow-perf guide
authorRongwei Liu <rongweil@nvidia.com>
Thu, 11 Nov 2021 14:23:40 +0000 (16:23 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 16 Nov 2021 11:34:06 +0000 (12:34 +0100)
The --meter section used wrong indentation previously.

Fixes: 6a2cf58a045f ("app/flow-perf: support meter action")
Cc: stable@dpdk.org
Signed-off-by: Rongwei Liu <rongweil@nvidia.com>
Acked-by: Wisam Jaddo <wisamm@nvidia.com>
doc/guides/tools/flow-perf.rst

index 0176e9c..41eae15 100644 (file)
@@ -394,6 +394,6 @@ Actions:
        Add policy-mtr to create meter with policy and specify policy actions.
        Example: policy-mtr=rss,mark::drop
 
-*       ``--meter``
-        Add meter action to all flows actions.
-        Currently, 1 meter profile -> N meter rules -> N rte flows.
+*      ``--meter``
+       Add meter action to all flows actions.
+       Currently, 1 meter profile -> N meter rules -> N rte flows.