doc: fix ethtool app path
authorSarosh Arif <sarosh.arif@emumba.com>
Thu, 4 Jun 2020 09:59:31 +0000 (14:59 +0500)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 30 Jul 2020 23:25:59 +0000 (01:25 +0200)
The path to the ethtool application was slightly incorrect in the
documentation. This patch corrects that path.

Fixes: bda68ab9d1e7 ("examples/ethtool: add user-space ethtool sample application")
Cc: stable@dpdk.org
Signed-off-by: Sarosh Arif <sarosh.arif@emumba.com>
doc/guides/sample_app_ug/ethtool.rst

index 8f7fc6c..253004d 100644 (file)
@@ -24,7 +24,7 @@ The only available options are the standard ones for the EAL:
 
 .. code-block:: console
 
-    ./ethtool-app/ethtool-app/${RTE_TARGET}/ethtool [EAL options]
+    ./ethtool-app/${RTE_TARGET}/ethtool [EAL options]
 
 Refer to the *DPDK Getting Started Guide* for general information on
 running applications and the Environment Abstraction Layer (EAL)