mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-12-28 02:35:03 +00:00
Move level option to correct group
This commit is contained in:
parent
57e4c08411
commit
89a6e14e15
@ -74,6 +74,11 @@ list directories like regular files
|
|||||||
.RS
|
.RS
|
||||||
.RE
|
.RE
|
||||||
.TP
|
.TP
|
||||||
|
.B \-L, \-\-level=\f[I]DEPTH\f[]
|
||||||
|
limit the depth of recursion
|
||||||
|
.RS
|
||||||
|
.RE
|
||||||
|
.TP
|
||||||
.B \-r, \-\-reverse
|
.B \-r, \-\-reverse
|
||||||
reverse the sort order
|
reverse the sort order
|
||||||
.RS
|
.RS
|
||||||
@ -137,11 +142,6 @@ list each file\[aq]s inode number
|
|||||||
.RS
|
.RS
|
||||||
.RE
|
.RE
|
||||||
.TP
|
.TP
|
||||||
.B \-L, \-\-level=\f[I]DEPTH\f[]
|
|
||||||
limit the depth of recursion
|
|
||||||
.RS
|
|
||||||
.RE
|
|
||||||
.TP
|
|
||||||
.B \-m, \-\-modified
|
.B \-m, \-\-modified
|
||||||
use the modified timestamp field
|
use the modified timestamp field
|
||||||
.RS
|
.RS
|
||||||
|
@ -23,6 +23,7 @@ DISPLAY OPTIONS
|
|||||||
FILTERING AND SORTING OPTIONS
|
FILTERING AND SORTING OPTIONS
|
||||||
-a, --all show hidden and 'dot' files
|
-a, --all show hidden and 'dot' files
|
||||||
-d, --list-dirs list directories like regular files
|
-d, --list-dirs list directories like regular files
|
||||||
|
-L, --level DEPTH limit the depth of recursion
|
||||||
-r, --reverse reverse the sort order
|
-r, --reverse reverse the sort order
|
||||||
-s, --sort SORT_FIELD which field to sort by
|
-s, --sort SORT_FIELD which field to sort by
|
||||||
--group-directories-first list directories before other files
|
--group-directories-first list directories before other files
|
||||||
@ -41,7 +42,6 @@ LONG VIEW OPTIONS
|
|||||||
-h, --header add a header row to each column
|
-h, --header add a header row to each column
|
||||||
-H, --links list each file's number of hard links
|
-H, --links list each file's number of hard links
|
||||||
-i, --inode list each file's inode number
|
-i, --inode list each file's inode number
|
||||||
-L, --level DEPTH limit the depth of recursion
|
|
||||||
-m, --modified use the modified timestamp field
|
-m, --modified use the modified timestamp field
|
||||||
-S, --blocks show number of file system blocks
|
-S, --blocks show number of file system blocks
|
||||||
-t, --time FIELD which timestamp field to list (modified, accessed, created)
|
-t, --time FIELD which timestamp field to list (modified, accessed, created)
|
||||||
|
Loading…
Reference in New Issue
Block a user