diff --git a/src/options/help.rs b/src/options/help.rs index 93c2a93..69f3810 100644 --- a/src/options/help.rs +++ b/src/options/help.rs @@ -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, diff --git a/xtests/help b/xtests/help index a0ddf71..9206d8c 100644 --- a/xtests/help +++ b/xtests/help @@ -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,