From: Thomas Monjalon Date: Wed, 30 Apr 2014 15:05:45 +0000 (+0200) Subject: eal: fix usage description for bsd X-Git-Tag: spdx-start~10862 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=ef4fb79bee3877f056f8c46e7f9cade556b8ad05;p=dpdk.git 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 --- 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"