doc: fix default mempool option in guides

This option should be prefixed with -- for consistency with others.

Fixes: a103a97e71 ("eal: allow user to override default mempool driver")
Cc: stable@dpdk.org

Signed-off-by: David Marchand <david.marchand@redhat.com>
Reviewed-by: Olivier Matz <olivier.matz@6wind.com>
This commit is contained in:
David Marchand 2021-10-15 10:39:41 +02:00 committed by Thomas Monjalon
parent 4976250ea8
commit 65c2bbf41f
3 changed files with 3 additions and 3 deletions

View File

@ -88,7 +88,7 @@ Other options, specific to Linux and are not supported under FreeBSD are as foll
* ``--huge-dir``:
The directory where hugetlbfs is mounted.
* ``mbuf-pool-ops-name``:
* ``--mbuf-pool-ops-name``:
Pool ops name for mbuf to use.
* ``--file-prefix``:

View File

@ -82,7 +82,7 @@ The EAL options are as follows:
* ``--huge-dir``:
The directory where hugetlbfs is mounted.
* ``mbuf-pool-ops-name``:
* ``--mbuf-pool-ops-name``:
Pool ops name for mbuf to use.
* ``--file-prefix``:

View File

@ -199,7 +199,7 @@ Other options
Display the version information on startup.
* ``mbuf-pool-ops-name``:
* ``--mbuf-pool-ops-name``:
Pool ops name for mbuf to use.