On 4/21/2021 10:41 AM, Min Hu (Connor) wrote:
From: Huisong Li <lihuis...@huawei.com>

This patch supports the query of the link flow control parameter
on a port.

The command format is as follows:
show port <port_id> flow_ctrl

Signed-off-by: Huisong Li <lihuis...@huawei.com>
Signed-off-by: Min Hu (Connor) <humi...@huawei.com>

<...>

@@ -258,6 +258,9 @@ static void cmd_help_long_parsed(void *parsed_result,
"show port (port_id) fec_mode"
                        "  Show fec mode of a port.\n\n"
+
+                       "show port <port_id> flow_ctrl"

Fixing syntax as following, to be consistent, while merging:

show port (port_id) flow_ctrl

Reply via email to