소스 검색

Remove extra newline from help text

Benjamin Sago 8 년 전
부모
커밋
c5b18d0f6b
2개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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
   Valid sort fields:         name, Name, extension, Extension, size,
                              modified, accessed, created, inode, none
-
 "##;
 
 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,
                              modified, accessed, created, inode, none
 
-
 LONG VIEW OPTIONS
   -b, --binary       list file sizes with binary prefixes
   -B, --bytes        list file sizes in bytes, without any prefixes