]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/freebsd_gsg/build_sample_apps.rst
doc: fix -n option in FreeBSD guide
[dpdk.git] / doc / guides / freebsd_gsg / build_sample_apps.rst
index 823e1fb5cdb76abd44b78e8efb833342e44a9dc8..2662303d86f51e39950110b5ca23f28fd56b4a0e 100644 (file)
@@ -119,7 +119,7 @@ The following is the list of options that can be given to the EAL:
 
 .. code-block:: console
 
-    ./rte-app -n NUM [-c COREMASK] [-b <domain:bus:devid.func>] \
+    ./rte-app -c COREMASK [-n NUM] [-b <domain:bus:devid.func>] \
               [-r NUM] [-v] [--proc-type <primary|secondary|auto>]
 
 .. note::