zfs-list.8: mention -S after -s it calls back to
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #12996
This commit is contained in:
parent
40f09cb0f4
commit
77cdc63d09
|
@ -70,10 +70,6 @@ The following fields are displayed:
|
||||||
Used for scripting mode.
|
Used for scripting mode.
|
||||||
Do not print headers and separate fields by a single tab instead of arbitrary
|
Do not print headers and separate fields by a single tab instead of arbitrary
|
||||||
white space.
|
white space.
|
||||||
.It Fl S Ar property
|
|
||||||
Same as the
|
|
||||||
.Fl s
|
|
||||||
option, but sorts by property in descending order.
|
|
||||||
.It Fl d Ar depth
|
.It Fl d Ar depth
|
||||||
Recursively display any children of the dataset, limiting the recursion to
|
Recursively display any children of the dataset, limiting the recursion to
|
||||||
.Ar depth .
|
.Ar depth .
|
||||||
|
@ -142,6 +138,10 @@ the specified ordering.
|
||||||
If no sorting options are specified the existing behavior of
|
If no sorting options are specified the existing behavior of
|
||||||
.Nm zfs Cm list
|
.Nm zfs Cm list
|
||||||
is preserved.
|
is preserved.
|
||||||
|
.It Fl S Ar property
|
||||||
|
Same as
|
||||||
|
.Fl s ,
|
||||||
|
but sorts by property in descending order.
|
||||||
.It Fl t Ar type
|
.It Fl t Ar type
|
||||||
A comma-separated list of types to display, where
|
A comma-separated list of types to display, where
|
||||||
.Ar type
|
.Ar type
|
||||||
|
|
Loading…
Reference in New Issue