devargs: use a comma to separate key/values for bsd
[dpdk.git] / lib / librte_eal / bsdapp / eal / eal.c
index ddfb026..adb9e6e 100644 (file)
@@ -494,7 +494,7 @@ eal_parse_use_device(const char *optarg)
                return -1;
 
        /* remove arguments in 'dup' string */
-       sep = strchr(dup, ';');
+       sep = strchr(dup, ',');
        if (sep != NULL)
                *sep = '\0';