doc: fix -n option in FreeBSD guide
authorJohn McNamara <john.mcnamara@intel.com>
Tue, 15 Dec 2015 13:47:07 +0000 (13:47 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 15 Dec 2015 14:04:39 +0000 (15:04 +0100)
Fix EAL usage to indicate that -n is, now, optional.

Signed-off-by: John McNamara <john.mcnamara@intel.com>
doc/guides/freebsd_gsg/build_sample_apps.rst

index 823e1fb..2662303 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::