summaryrefslogtreecommitdiffstats
path: root/disk-utils/fdisk.c
diff options
context:
space:
mode:
Diffstat (limited to 'disk-utils/fdisk.c')
-rw-r--r--disk-utils/fdisk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/disk-utils/fdisk.c b/disk-utils/fdisk.c
index ab4830302..b7063b81d 100644
--- a/disk-utils/fdisk.c
+++ b/disk-utils/fdisk.c
@@ -804,9 +804,9 @@ int main(int argc, char **argv)
if (argc > optind) {
int k;
for (k = optind; k < argc; k++)
- print_device_pt(cxt, argv[k], 1);
+ print_device_pt(cxt, argv[k], 1, 0);
} else
- print_all_devices_pt(cxt);
+ print_all_devices_pt(cxt, 0);
break;
case ACT_SHOWSIZE: