Remove extra newline from help text

This commit is contained in:
Benjamin Sago 2017-06-23 21:25:55 +01:00
parent 8308638dd9
commit c5b18d0f6b
2 changed files with 0 additions and 2 deletions

View File

@ -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##"

View File

@ -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