diff options
author | наб <[email protected]> | 2022-01-23 01:48:05 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2022-03-15 15:14:46 -0700 |
commit | 77cdc63d0959971f7e13cb81dad348074b4c3ff6 (patch) | |
tree | ad39bb22e98a0b328f9ab5c18040322175643f84 /man | |
parent | 40f09cb0f441ffcafb421e83bdc10ce939efe2d0 (diff) |
zfs-list.8: mention -S after -s it calls back to
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #12996
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/zfs-list.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/man8/zfs-list.8 b/man/man8/zfs-list.8 index 520048386..2de168bd8 100644 --- a/man/man8/zfs-list.8 +++ b/man/man8/zfs-list.8 @@ -70,10 +70,6 @@ The following fields are displayed: Used for scripting mode. Do not print headers and separate fields by a single tab instead of arbitrary 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 Recursively display any children of the dataset, limiting the recursion to .Ar depth . @@ -142,6 +138,10 @@ the specified ordering. If no sorting options are specified the existing behavior of .Nm zfs Cm list is preserved. +.It Fl S Ar property +Same as +.Fl s , +but sorts by property in descending order. .It Fl t Ar type A comma-separated list of types to display, where .Ar type |