Improve help text for -d flag

Fixes GH-202.
This commit is contained in:
Benjamin Sago 2021-04-11 23:43:36 +01:00
parent 311c9baf65
commit 31043462af
3 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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

View File

@ -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