aboutsummaryrefslogtreecommitdiffstats
path: root/man/man8
diff options
context:
space:
mode:
authorRob N <[email protected]>2024-02-09 05:22:58 +1100
committerGitHub <[email protected]>2024-02-08 10:22:58 -0800
commita5a725440bcb2f4c4554be3e489f911e3dd60412 (patch)
tree8ff07e3737121afd2dfa4a717588d432f633bca3 /man/man8
parentcbe882298e4ddc3917dfaf239eca475fe06d62d4 (diff)
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 <[email protected]> Signed-off-by: Rob Norris <[email protected]> Closes #15864
Diffstat (limited to 'man/man8')
-rw-r--r--man/man8/zfs-list.811
1 files changed, 10 insertions, 1 deletions
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