]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
fdisk: (gpt) enlarge columns in list output
authorKarel Zak <kzak@redhat.com>
Tue, 25 Jun 2013 12:08:02 +0000 (14:08 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 16 Sep 2013 14:47:03 +0000 (16:47 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
libfdisk/src/gpt.c

index 9cce053f8ca2e90b398f9a19d931165ab8534ea8..9270e2ef94fa56922bd3d91f6e565491ad5e14db 100644 (file)
@@ -1163,9 +1163,9 @@ static int gpt_list_disklabel(struct fdisk_context *cxt)
                trunc = 0;
 
        tt_define_column(tb, _("Device"), 0.1, 0);
-       tt_define_column(tb, _("Start"),    9, TT_FL_RIGHT);
-       tt_define_column(tb, _("End"),      9, TT_FL_RIGHT);
-       tt_define_column(tb, _("Size"),     5, TT_FL_RIGHT);
+       tt_define_column(tb, _("Start"),   12, TT_FL_RIGHT);
+       tt_define_column(tb, _("End"),     12, TT_FL_RIGHT);
+       tt_define_column(tb, _("Size"),     6, TT_FL_RIGHT);
        tt_define_column(tb, _("Type"),   0.1, trunc);
 
        if (fdisk_context_display_details(cxt)) {