X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=options.c;h=0b3a895d14d83ab00d5c495b9393e307bba1c4c2;hb=41a87019871503bb85e19e622b6a5f47de6c2aeb;hp=1b3ea04d203ac84c0a9179310182eb089518c26c;hpb=52e4c65176f2bf7b484b5fc0fb928c9a5a26edda;p=fio.git diff --git a/options.c b/options.c index 1b3ea04d..0b3a895d 100644 --- a/options.c +++ b/options.c @@ -4425,15 +4425,15 @@ struct fio_option fio_options[FIO_MAX_OPTS] = { .prio = 1, .posval = { { .ival = "0", - .oval = 0, + .oval = N2S_NONE, .help = "Auto-detect", }, { .ival = "8", - .oval = 8, + .oval = N2S_BYTEPERSEC, .help = "Normal (byte based)", }, { .ival = "1", - .oval = 1, + .oval = N2S_BITPERSEC, .help = "Bit based", }, },