mirror of
https://github.com/Llewellynvdm/exa.git
synced 2025-02-04 03:28:25 +00:00
Improve help text for -d flag
Fixes GH-202.
This commit is contained in:
parent
311c9baf65
commit
31043462af
@ -84,7 +84,7 @@ FILTERING AND SORTING OPTIONS
|
||||
Use this twice to also show the ‘`.`’ and ‘`..`’ directories.
|
||||
|
||||
`-d`, `--list-dirs`
|
||||
: List directories like regular files.
|
||||
: List directories as regular files, rather than recursing and listing their contents.
|
||||
|
||||
`-L`, `--level=DEPTH`
|
||||
: Limit the depth of recursion.
|
||||
|
@ -27,7 +27,7 @@ DISPLAY OPTIONS
|
||||
|
||||
FILTERING AND SORTING OPTIONS
|
||||
-a, --all show hidden and 'dot' files
|
||||
-d, --list-dirs list directories like regular files
|
||||
-d, --list-dirs list directories as files; don't list their contents
|
||||
-L, --level DEPTH limit the depth of recursion
|
||||
-r, --reverse reverse the sort order
|
||||
-s, --sort SORT_FIELD which field to sort by
|
||||
|
@ -20,7 +20,7 @@ DISPLAY OPTIONS
|
||||
|
||||
FILTERING AND SORTING OPTIONS
|
||||
-a, --all show hidden and 'dot' files
|
||||
-d, --list-dirs list directories like regular files
|
||||
-d, --list-dirs list directories as files; don't list their contents
|
||||
-L, --level DEPTH limit the depth of recursion
|
||||
-r, --reverse reverse the sort order
|
||||
-s, --sort SORT_FIELD which field to sort by
|
||||
|
Loading…
x
Reference in New Issue
Block a user