From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP; 15 Dec 2015 05:47:09 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,432,1444719600"; d="scan'208";a="707951510" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga003.jf.intel.com with ESMTP; 15 Dec 2015 05:47:08 -0800 Received: from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com [10.237.217.46]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id tBFDl8YM003751; Tue, 15 Dec 2015 13:47:08 GMT Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id tBFDl7rZ006836; Tue, 15 Dec 2015 13:47:07 GMT Received: (from jmcnam2@localhost) by sivswdev02.ir.intel.com with id tBFDl7YE006832; Tue, 15 Dec 2015 13:47:07 GMT From: John McNamara To: dev@dpdk.org Date: Tue, 15 Dec 2015 13:47:07 +0000 Message-Id: <1450187227-6796-1-git-send-email-john.mcnamara@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PATCH] doc: show -n as optional in freebsd user guide X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Dec 2015 13:47:11 -0000 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