1
0
Эх сурвалжийг харах

Remove stray colon from help text

Fixes #266
Benjamin Sago 8 жил өмнө
parent
commit
e45e515805
2 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 1 1
      src/options/help.rs
  2. 1 1
      xtests/help

+ 1 - 1
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,

+ 1 - 1
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,