Make profile io op overrides a dedicated structure
[fio.git] / parse.c
diff --git a/parse.c b/parse.c
index 9e3c5b17e6707ae0da22a5c8791d7d20a957a1f4..ff6a8735c7effbe49f76984e40000e4da8c8833c 100644 (file)
--- a/parse.c
+++ b/parse.c
@@ -825,6 +825,8 @@ int show_cmd_help(struct fio_option *options, const char *name)
        int found = 0;
        int show_all = 0;
 
+       printf("exec_profile=%s\n", exec_profile);
+
        if (!name || !strcmp(name, "all"))
                show_all = 1;