Procházet zdrojové kódy

Remove extra newline from help text

Benjamin Sago před 8 roky
rodič
revize
c5b18d0f6b
2 změnil soubory, kde provedl 0 přidání a 2 odebrání
  1. 0 1
      src/options/help.rs
  2. 0 1
      xtests/help

+ 0 - 1
src/options/help.rs

@@ -25,7 +25,6 @@ FILTERING AND SORTING OPTIONS
   -I, --ignore-glob GLOBS    glob patterns (pipe-separated) of files to ignore
   -I, --ignore-glob GLOBS    glob patterns (pipe-separated) of files to ignore
   Valid sort fields:         name, Name, extension, Extension, size,
   Valid sort fields:         name, Name, extension, Extension, size,
                              modified, accessed, created, inode, none
                              modified, accessed, created, inode, none
-
 "##;
 "##;
 
 
 static LONG_OPTIONS: &str = r##"
 static LONG_OPTIONS: &str = r##"

+ 0 - 1
xtests/help

@@ -25,7 +25,6 @@ FILTERING AND SORTING OPTIONS
   Valid sort fields:         name, Name, extension, Extension, size,
   Valid sort fields:         name, Name, extension, Extension, size,
                              modified, accessed, created, inode, none
                              modified, accessed, created, inode, none
 
 
-
 LONG VIEW OPTIONS
 LONG VIEW OPTIONS
   -b, --binary       list file sizes with binary prefixes
   -b, --binary       list file sizes with binary prefixes
   -B, --bytes        list file sizes in bytes, without any prefixes
   -B, --bytes        list file sizes in bytes, without any prefixes