about summary refs log tree commit diff
path: root/Completion/Unix
diff options
context:
space:
mode:
authorFrederick Zhang <frederick888@tsundere.moe>2020-06-17 09:59:58 -0400
committerEric Cook <illua@users.sourceforge.net>2020-06-17 09:59:58 -0400
commit1939db10afe726c5e44ff88a6bd396a396eaa1f6 (patch)
tree925bd504dabd511203bb6ef6622e627158338434 /Completion/Unix
parent14513e6ef3b9bece949952c06410bfb8a44a87c5 (diff)
downloadzsh-1939db10afe726c5e44ff88a6bd396a396eaa1f6.tar.gz
zsh-1939db10afe726c5e44ff88a6bd396a396eaa1f6.tar.xz
zsh-1939db10afe726c5e44ff88a6bd396a396eaa1f6.zip
45982: _zfs: add space property
Diffstat (limited to 'Completion/Unix')
-rw-r--r--Completion/Unix/Command/_zfs2
1 files changed, 1 insertions, 1 deletions
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@"