diff options
-rw-r--r-- | goptions.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |