mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-05 12:27:53 +00:00
Static lifetime elision constants
This commit is contained in:
parent
ef5fa90660
commit
5537dd9b99
@ -1,5 +1,5 @@
|
||||
|
||||
pub static OPTIONS: &'static str = r##"
|
||||
pub static OPTIONS: &str = r##"
|
||||
-?, --help show list of command-line options
|
||||
-v, --version show version of exa
|
||||
|
||||
@ -26,7 +26,7 @@ FILTERING AND SORTING OPTIONS
|
||||
|
||||
"##;
|
||||
|
||||
pub static LONG_OPTIONS: &'static str = r##"
|
||||
pub static LONG_OPTIONS: &str = r##"
|
||||
LONG VIEW OPTIONS
|
||||
-b, --binary list file sizes with binary prefixes
|
||||
-B, --bytes list file sizes in bytes, without any prefixes
|
||||
@ -42,5 +42,5 @@ LONG VIEW OPTIONS
|
||||
-U, --created use the created timestamp field
|
||||
"##;
|
||||
|
||||
pub static GIT_HELP: &'static str = r##" --git list each file's Git status, if tracked"##;
|
||||
pub static EXTENDED_HELP: &'static str = r##" -@, --extended list each file's extended attributes and sizes"##;
|
||||
pub static GIT_HELP: &str = r##" --git list each file's Git status, if tracked"##;
|
||||
pub static EXTENDED_HELP: &str = r##" -@, --extended list each file's extended attributes and sizes"##;
|
||||
|
Loading…
Reference in New Issue
Block a user