Fix README - change just type "configure" to "./configure"
[fio.git] / init.c
diff --git a/init.c b/init.c
index d12b75d5ee33108075731d879d2870b5a11a34ff..9889949847b4580460025d57bf7acfd22cbd9e55 100644 (file)
--- a/init.c
+++ b/init.c
@@ -94,7 +94,7 @@ static struct option l_opts[FIO_NR_OPTIONS] = {
                .val            = 'o' | FIO_CLIENT_FLAG,
        },
        {
-               .name           = (char *) "timeout",
+               .name           = (char *) "runtime",
                .has_arg        = required_argument,
                .val            = 't' | FIO_CLIENT_FLAG,
        },
@@ -1984,6 +1984,11 @@ static void show_debug_categories(void)
 #endif
 }
 
+/*
+ * Following options aren't printed by usage().
+ * --append-terse - Equivalent to --output-format=terse, see f6a7df53.
+ * --latency-log - Deprecated option.
+ */
 static void usage(const char *name)
 {
        printf("%s\n", fio_version_string);