From 1939db10afe726c5e44ff88a6bd396a396eaa1f6 Mon Sep 17 00:00:00 2001 From: Frederick Zhang Date: Wed, 17 Jun 2020 09:59:58 -0400 Subject: 45982: _zfs: add space property --- Completion/Unix/Command/_zfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_zfs') diff --git a/Completion/Unix/Command/_zfs b/Completion/Unix/Command/_zfs index 814358bc7..452e1160d 100644 --- a/Completion/Unix/Command/_zfs +++ b/Completion/Unix/Command/_zfs @@ -133,7 +133,7 @@ _zfs() { # TODO: userused@ and groupused@ could have more extensive handling ro_properties=( - "name" "type" "creation" "used" "available" "referenced" + "name" "type" "creation" "space" "used" "available" "referenced" "compressratio" "mounted" "origin" "usedbychildren" "usedbydataset" "usedbyrefreservation" "usedbysnapshots" "defer_destroy" "userused@" "userrefs" "groupused@" -- cgit 1.4.1