Accept '-' as siint delimter as well.
[fio.git] / parse.c
diff --git a/parse.c b/parse.c
index 5c5d2ad989fc23e627cc17a46ea1e7af70d9f848..7f1620223f9f7083712f9882bf38fb3089b24e18 100644 (file)
--- a/parse.c
+++ b/parse.c
@@ -379,6 +379,8 @@ static int handle_option(struct fio_option *o, const char *ptr, void *data)
                ptr2 = strchr(ptr, ',');
                if (!ptr2)
                        ptr2 = strchr(ptr, ':');
+               if (!ptr2)
+                       ptr2 = strchr(ptr, '-');
        }
 
        /*