Sync HOWTO iodepth option with man page
[fio.git] / options.c
index d111018820603fe0e3a578524872343929411ce8..a08e2e433c51b50ec74a86b1b148056f697e81d2 100644 (file)
--- a/options.c
+++ b/options.c
@@ -1121,6 +1121,7 @@ static struct fio_option options[FIO_MAX_OPTS] = {
        },
        {
                .name   = "nrfiles",
+               .alias  = "nr_files",
                .type   = FIO_OPT_INT,
                .off1   = td_var_offset(nr_files),
                .help   = "Split job workload between this number of files",