eal: add option usage string
[dpdk.git] / lib / librte_eal / common / eal_common_options.c
index a2d862b..3796dbf 100644 (file)
@@ -1515,4 +1515,5 @@ eal_common_usage(void)
               "  --"OPT_NO_HPET"           Disable HPET\n"
               "  --"OPT_NO_SHCONF"         No shared config (mmap'd files)\n"
               "\n", RTE_MAX_LCORE);
+       rte_option_usage();
 }