doc: fix a typo in testpmd guide

This patch fixes a typo in testpmd user guide.

Fixes: aac6f11f58 ("app/testpmd: add ethernet peer command")
Cc: stable@dpdk.org

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Acked-by: Bernard Iremonger <bernard.iremonger@intel.com>
This commit is contained in:
Rami Rosen 2018-12-27 21:59:05 +02:00 committed by Ferruh Yigit
parent d67b3f11d3
commit 3caef7e162

View File

@ -1149,7 +1149,7 @@ set eth-peer
Set the forwarding peer address for certain port::
testpmd> set eth-peer (port_id) (perr_addr)
testpmd> set eth-peer (port_id) (peer_addr)
This is equivalent to the ``--eth-peer`` command-line option.