From a5a725440bcb2f4c4554be3e489f911e3dd60412 Mon Sep 17 00:00:00 2001 From: Rob N Date: Fri, 9 Feb 2024 05:22:58 +1100 Subject: zfs list: add '-t fs' and '-t vol' options Because "filesystem" and "volume" are just too long! Sponsored-by: https://despairlabs.com/sponsor/ Reviewed-by: Brian Behlendorf Signed-off-by: Rob Norris Closes #15864 --- man/man8/zfs-list.8 | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'man/man8') diff --git a/man/man8/zfs-list.8 b/man/man8/zfs-list.8 index 9f6a73ab9..85bd3fbaf 100644 --- a/man/man8/zfs-list.8 +++ b/man/man8/zfs-list.8 @@ -29,7 +29,7 @@ .\" Copyright 2018 Nexenta Systems, Inc. .\" Copyright 2019 Joyent, Inc. .\" -.Dd March 16, 2022 +.Dd February 8, 2024 .Dt ZFS-LIST 8 .Os . @@ -155,6 +155,15 @@ or For example, specifying .Fl t Sy snapshot displays only snapshots. +.Sy fs , +.Sy snap , +or +.Sy vol +can be used as aliases for +.Sy filesystem , +.Sy snapshot , +or +.Sy volume . .El . .Sh EXAMPLES -- cgit v1.2.3