Document only-dirs option

This commit is contained in:
James Reed 2018-10-26 17:21:31 -06:00
parent 89a6e14e15
commit 7218fb4b6a
No known key found for this signature in database
GPG Key ID: 8F79994F6B8378C1
2 changed files with 6 additions and 0 deletions

View File

@ -107,6 +107,11 @@ ignore files mentioned in '.gitignore'
list directories before other files
.RS
.RE
.TP
.B \-D, \-\-only\-dirs
list only directories
.RS
.RE
.SH LONG VIEW OPTIONS
.PP
These options are available when running with \f[C]\-\-long\f[]

View File

@ -27,6 +27,7 @@ FILTERING AND SORTING OPTIONS
-r, --reverse reverse the sort order
-s, --sort SORT_FIELD which field to sort by
--group-directories-first list directories before other files
-D, --only-dirs list only directories
-I, --ignore-glob GLOBS glob patterns (pipe-separated) of files to ignore
--git-ignore Ignore files mentioned in '.gitignore'
Valid sort fields: name, Name, extension, Extension, size, type,