mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-12-28 10:40:48 +00:00
Remove extra newline from help text
This commit is contained in:
parent
8308638dd9
commit
c5b18d0f6b
@ -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##"
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user