diff --git a/cmd/zpool/zpool_main.c b/cmd/zpool/zpool_main.c index 2c4dac7b0c4c..0c1d30208d90 100644 --- a/cmd/zpool/zpool_main.c +++ b/cmd/zpool/zpool_main.c @@ -2749,7 +2749,7 @@ zpool_do_list(int argc, char **argv) int ret; list_cbdata_t cb = { 0 }; static char default_props[] = - "name,size,allocated,free,expandsize,capacity,dedupratio," + "name,size,allocated,free,capacity,dedupratio," "health,altroot"; char *props = default_props; unsigned long interval = 0, count = 0;