eal: fix usage description for bsd
authorThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 30 Apr 2014 15:05:45 +0000 (17:05 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 30 Apr 2014 21:20:01 +0000 (23:20 +0200)
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 <thomas.monjalon@6wind.com>
lib/librte_eal/bsdapp/eal/eal.c

index 3b2b47f..93bd50b 100644 (file)
@@ -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"