summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2020-11-05 15:16:50 -0700
committerJens Axboe <axboe@kernel.dk>2020-11-05 15:16:50 -0700
commitcd120abbdedc3079ee9f318d3311d491da54af35 (patch)
tree4d5d66f41c6fb84056177e3f3343640b9f9b2f2e
parent38c2f9384db8dbd93f59d965d70ab0d3a53343fa (diff)
parent893adc4224a11611263d372a7feb135091b36685 (diff)
downloadfio-cd120abbdedc3079ee9f318d3311d491da54af35.tar.gz
fio-cd120abbdedc3079ee9f318d3311d491da54af35.tar.bz2
Merge branch 'patch-1' of https://github.com/gloit042/fio
* 'patch-1' of https://github.com/gloit042/fio: goptions: correct postfix
-rw-r--r--goptions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/goptions.c b/goptions.c
index f44254bf..0b8c56a2 100644
--- a/goptions.c
+++ b/goptions.c
@@ -826,7 +826,7 @@ static struct gopt *gopt_new_str_val(struct gopt_job_view *gjv,
unsigned long long *p, unsigned int idx)
{
struct gopt_str_val *g;
- const gchar *postfix[] = { "B", "KiB", "MiB", "GiB", "PiB", "PiB", "" };
+ const gchar *postfix[] = { "B", "KiB", "MiB", "GiB", "TiB", "PiB", "EiB" };
GtkWidget *label;
int i;