The following changes since commit 51102e0d64a2ae08472ecb90a72737f08de942fb: add fio_set_directio() error message for platforms without direct I/O (2017-09-18 12:43:27 -0600) are available in the git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to 2ae7a90df2d2340c4503be8a91526f80b3b96789: init: typo in help output (2017-09-20 22:21:35 -0600) ---------------------------------------------------------------- Jens Axboe (1): init: typo in help output init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- Diff of recent changes: diff --git a/init.c b/init.c index 6ac5212..e80aec3 100644 --- a/init.c +++ b/init.c @@ -2115,7 +2115,7 @@ static void usage(const char *name) printf(" --inflate-log=log\tInflate and output compressed log\n"); #endif printf(" --trigger-file=file\tExecute trigger cmd when file exists\n"); - printf(" --trigger-timeout=t\tExecute trigger af this time\n"); + printf(" --trigger-timeout=t\tExecute trigger at this time\n"); printf(" --trigger=cmd\t\tSet this command as local trigger\n"); printf(" --trigger-remote=cmd\tSet this command as remote trigger\n"); printf(" --aux-path=path\tUse this path for fio state generated files\n"); -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html