From cacb49c55de278d548222e96ccd88692ff72f017 Mon Sep 17 00:00:00 2001 From: John McNamara Date: Tue, 15 Dec 2015 13:47:07 +0000 Subject: [PATCH] doc: fix -n option in FreeBSD guide Fix EAL usage to indicate that -n is, now, optional. Signed-off-by: John McNamara --- doc/guides/freebsd_gsg/build_sample_apps.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/freebsd_gsg/build_sample_apps.rst b/doc/guides/freebsd_gsg/build_sample_apps.rst index 823e1fb5cd..2662303d86 100644 --- a/doc/guides/freebsd_gsg/build_sample_apps.rst +++ b/doc/guides/freebsd_gsg/build_sample_apps.rst @@ -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 ] \ + ./rte-app -c COREMASK [-n NUM] [-b ] \ [-r NUM] [-v] [--proc-type ] .. note:: -- 2.20.1