diff options
author | Rob N <[email protected]> | 2024-02-13 08:58:04 +1100 |
---|---|---|
committer | Tony Hutter <[email protected]> | 2024-02-12 14:04:27 -0800 |
commit | 36116b4612f85b1373fbcefad3fd34cd7efd65d4 (patch) | |
tree | 67770c2d7f3bb45b6b1eebf01ba09c67e5ae1b81 /man/man8 | |
parent | b699dacb4ac8bb7622943ae8587474dbe1fc81b1 (diff) |
zfs list: add '-t fs' and '-t vol' options (#15883)
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
(cherry picked from commit a5a725440bcb2f4c4554be3e489f911e3dd60412)
Diffstat (limited to 'man/man8')
-rw-r--r-- | man/man8/zfs-list.8 | 11 |
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 |