summaryrefslogtreecommitdiffstats
path: root/src/help_content.rs
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2019-06-19 21:13:47 +0200
committerCanop <cano.petrole@gmail.com>2019-06-19 21:13:47 +0200
commit2c8d4c61bd8d6e3e045c480af689c31a3b89fa72 (patch)
tree4000e641a230b158c906da47fac49bf2ab27ff0d /src/help_content.rs
parente75585fa7e5e7e5d589069b65babad5cbbb774a2 (diff)
max width on help screen, prettier on very wide screen
Diffstat (limited to 'src/help_content.rs')
-rw-r--r--src/help_content.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/help_content.rs b/src/help_content.rs
index 655e627..1b83a77 100644
--- a/src/help_content.rs
+++ b/src/help_content.rs
@@ -15,7 +15,7 @@ pub fn build_markdown(con: &AppContext) -> String {
md
}
-const MD_HELP_INTRO: &'static str = r#"
+const MD_HELP_INTRO: &str = r#"
**broot** lets you explore directory trees and launch commands.
It's best used when launched as **br**.
@@ -28,13 +28,13 @@ The **🡑** and **🡓** arrow keys can be used to change selection.
"#;
-const MD_VERBS: &'static str = r#"
+const MD_VERBS: &str = r#"
## Verbs
To execute a verb, type a space or `:` then start of its name or shortcut.
"#;
-const MD_HELP_LAUNCH_ARGUMENTS: &'static str = r#"
+const MD_HELP_LAUNCH_ARGUMENTS: &str = r#"
## Launch Arguments
Some options can be set on launch:
@@ -44,7 +44,7 @@ Some options can be set on launch:
(for the complete list, run `broot --help`)
"#;
-const MD_HELP_FLAGS: &'static str = r#"
+const MD_HELP_FLAGS: &str = r#"
## Flags
Flags are displayed at bottom right: