The -S option is not described in EAL usage(). Fixes: 7dbd7a6413ef ("service: add -S corelist option") Cc: sta...@dpdk.org
Signed-off-by: David Marchand <david.march...@redhat.com> --- lib/eal/common/eal_common_options.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/eal/common/eal_common_options.c b/lib/eal/common/eal_common_options.c index f0a9ddeeb7..3169dd069f 100644 --- a/lib/eal/common/eal_common_options.c +++ b/lib/eal/common/eal_common_options.c @@ -2127,6 +2127,7 @@ eal_common_usage(void) " '( )' can be omitted for single element group,\n" " '@' can be omitted if cpus and lcores have the same value\n" " -s SERVICE COREMASK Hexadecimal bitmask of cores to be used as service cores\n" + " -S SERVICE CORELIST List of cores to run services on\n" " --"OPT_MAIN_LCORE" ID Core ID that is used as main\n" " --"OPT_MBUF_POOL_OPS_NAME" Pool ops name for mbuf to use\n" " -n CHANNELS Number of memory channels\n" -- 2.50.0