From b3a7641f623b60a28f71ceb630bdb4384d866969 Mon Sep 17 00:00:00 2001 From: Chirag Shah Date: Fri, 27 Oct 2023 08:06:27 -0700 Subject: [PATCH] doc: fix pbr map detail json Fix the documentation for the pbr map command with correct syntax. Signed-off-by: Chirag Shah (cherry picked from commit df3d91f0851d551cc481599c1fa1a1dc5a29cd92) --- doc/user/pbr.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/pbr.rst b/doc/user/pbr.rst index 83abfa220e..7a4effd3fc 100644 --- a/doc/user/pbr.rst +++ b/doc/user/pbr.rst @@ -267,7 +267,7 @@ specified in the rule are also applied to the packet. this action, so this field will be ignored unless another dataplane provider is used. -.. clicmd:: show pbr map [NAME] [detail|json] +.. clicmd:: show pbr map [NAME] [detail] [json] Display pbr maps either all or by ``NAME``. If ``detail`` is set, it will give information about each rule's unique internal ID and some extra -- 2.39.5