eal: minor changes
[dpdk.git] / lib / librte_eal / linuxapp / eal / eal.c
index 5a9d7b9..f7fd246 100644 (file)
@@ -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)