goptions: correct postfix
authorgloit042 <gloit042@gmail.com>
Wed, 4 Nov 2020 04:46:24 +0000 (12:46 +0800)
committergloit <gloit042@gmail.com>
Wed, 4 Nov 2020 13:15:09 +0000 (21:15 +0800)
Signed-off-by: Jiahao Li <gloit042@gmail.com>
goptions.c

index f44254bf38df5dcea4f0c5ca08f0bc3c3608d531..0b8c56a261f1e1cd39a0d11bec979a0ec0ad43b2 100644 (file)
@@ -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;