From ef4fb79bee3877f056f8c46e7f9cade556b8ad05 Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Wed, 30 Apr 2014 17:05:45 +0200 Subject: [PATCH] eal: fix usage description for bsd A line was forgotten when removing blacklist option in commit "use devargs for vdev and PCI lists with bsd" (cd25fb0863). Signed-off-by: Thomas Monjalon --- lib/librte_eal/bsdapp/eal/eal.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/librte_eal/bsdapp/eal/eal.c b/lib/librte_eal/bsdapp/eal/eal.c index 3b2b47f73b..93bd50b230 100644 --- a/lib/librte_eal/bsdapp/eal/eal.c +++ b/lib/librte_eal/bsdapp/eal/eal.c @@ -309,8 +309,7 @@ eal_usage(const char *prgname) "EAL options:\n" " -c COREMASK : A hexadecimal bitmask of cores to run on\n" " -n NUM : Number of memory channels\n" - " -v : Display version information on startup\n" - " (multiple -b options are allowed)\n" + " -v : Display version information on startup\n" " -m MB : memory to allocate\n" " -r NUM : force number of memory ranks (don't detect)\n" " --"OPT_PROC_TYPE" : type of this process\n" -- 2.20.1