diff --git a/man/man8/zpool.8 b/man/man8/zpool.8 index 929340fcbcff..0c053b08058e 100644 --- a/man/man8/zpool.8 +++ b/man/man8/zpool.8 @@ -1877,7 +1877,7 @@ Specify \fBu\fR for a printed representation of the internal representation of t \fB\fB-o\fR \fIprops\fR\fR .ad .RS 12n -Comma-separated list of properties to display. See the "Properties" section for a list of valid properties. The default list is "name, size, used, available, fragmentation, expandsize, capacity, dedupratio, health, altroot" +Comma-separated list of properties to display. See the "Properties" section for a list of valid properties. The default list is "name, size, alloc, free, fragmentation, expandsize, capacity, dedupratio, health, altroot" .RE .sp diff --git a/tests/zfs-tests/tests/functional/cli_user/zpool_list/zpool_list_001_pos.ksh b/tests/zfs-tests/tests/functional/cli_user/zpool_list/zpool_list_001_pos.ksh index 4de88675fc37..29283cc072a0 100755 --- a/tests/zfs-tests/tests/functional/cli_user/zpool_list/zpool_list_001_pos.ksh +++ b/tests/zfs-tests/tests/functional/cli_user/zpool_list/zpool_list_001_pos.ksh @@ -50,8 +50,8 @@ fi set -A args "list $TESTPOOL" "list -H $TESTPOOL" "list" "list -H" \ "list -H -o name $TESTPOOL" "list -o name $TESTPOOL" \ "list -o name,size,capacity,health,altroot $TESTPOOL" \ - "list -H -o name,size,capacity,health,altroot $TESTPOOL" - + "list -H -o name,size,capacity,health,altroot $TESTPOOL" \ + "list -o alloc,free $TESTPOOL" log_assert "zpool list [-H] [-o filed[,filed]*] [ ...]" typeset -i i=0