X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_eal%2Flinuxapp%2Feal%2Feal.c;h=f7fd24676067de2639c2458ba52add08d3f557e3;hb=e740686611a31303ac36498e72e2c3074dd6d2d3;hp=5a9d7b9339d8c749a2e6275a8caf56b2ecfbb25b;hpb=4d3d79e7a5c66239df2e2d2304e8e351074b8c7d;p=dpdk.git diff --git a/lib/librte_eal/linuxapp/eal/eal.c b/lib/librte_eal/linuxapp/eal/eal.c index 5a9d7b9339..f7fd246760 100644 --- a/lib/librte_eal/linuxapp/eal/eal.c +++ b/lib/librte_eal/linuxapp/eal/eal.c @@ -337,7 +337,8 @@ eal_usage(const char *prgname) " --"OPT_NO_HUGE" : use malloc instead of hugetlbfs\n" " --"OPT_NO_PCI" : disable pci\n" " --"OPT_NO_HPET" : disable hpet\n" - " --"OPT_NO_SHCONF": no shared config (mmap'd files)\n\n", + " --"OPT_NO_SHCONF": no shared config (mmap'd files)\n" + "\n", prgname); /* Allow the application to print its usage message too if hook is set */ if ( rte_application_usage_hook ) { @@ -543,7 +544,6 @@ eal_parse_blacklist_opt(const char *optarg, size_t idx) return (idx); } - /* Parse the argument given in the command line of the application */ static int eal_parse_args(int argc, char **argv)