mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
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 <behlendorf1@llnl.gov>
Signed-off-by: Rob Norris <robn@despairlabs.com>
Closes #15864
(cherry picked from commit a5a725440b)
This commit is contained in:
+10
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user