Rename exists_and_not_file() to exists_and_not_regfile()
[fio.git] / parse.c
diff --git a/parse.c b/parse.c
index bb16bc166af3696030ba0bef436487364901b29b..086f7864b8b6eb16ee0aa6527e86a32079833bfd 100644 (file)
--- a/parse.c
+++ b/parse.c
@@ -109,6 +109,7 @@ static void show_option_help(struct fio_option *o, int is_err)
                "list of floating point values separated by ':' (opt=5.9:7.8)",
                "no argument (opt)",
                "deprecated",
+               "unsupported",
        };
        size_t (*logger)(const char *format, ...);