From mboxrd@z Thu Jan 1 00:00:00 1970 From: John McNamara Subject: [PATCH] doc: show -n as optional in freebsd user guide Date: Tue, 15 Dec 2015 13:47:07 +0000 Message-ID: <1450187227-6796-1-git-send-email-john.mcnamara@intel.com> To: dev@dpdk.org Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id A61E43195 for ; Tue, 15 Dec 2015 14:47:10 +0100 (CET) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 823e1fb..2662303 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.5.0