Remove stray colon from help text

Fixes #266
This commit is contained in:
Benjamin Sago 2017-08-12 11:39:12 +01:00
parent e29f06fae0
commit e45e515805
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ FILTERING AND SORTING OPTIONS
-a, --all show hidden and 'dot' files
-d, --list-dirs list directories like regular files
-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
-I, --ignore-glob GLOBS glob patterns (pipe-separated) of files to ignore
Valid sort fields: name, Name, extension, Extension, size, type,

View File

@ -19,7 +19,7 @@ FILTERING AND SORTING OPTIONS
-a, --all show hidden and 'dot' files
-d, --list-dirs list directories like regular files
-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
-I, --ignore-glob GLOBS glob patterns (pipe-separated) of files to ignore
Valid sort fields: name, Name, extension, Extension, size, type,