]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/sample_app_ug/ptpclient.rst
doc: use corelist instead of coremask
[dpdk.git] / doc / guides / sample_app_ug / ptpclient.rst
index 6e425b79586d08babbb9318773fc2e907406ee10..2c5a60caff68f832292b310136be450363eb07dc 100644 (file)
@@ -119,7 +119,7 @@ To run the example in a ``linuxapp`` environment:
 
 .. code-block:: console
 
-    ./build/ptpclient -c 2 -n 4 -- -p 0x1 -T 0
+    ./build/ptpclient -l 1 -n 4 -- -p 0x1 -T 0
 
 Refer to *DPDK Getting Started Guide* for general information on running
 applications and the Environment Abstraction Layer (EAL) options.