summaryrefslogtreecommitdiffstats
path: root/zellij-utils/src/setup.rs
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2021-05-22 09:27:29 +0200
committera-kenji <aks.kenji@protonmail.com>2021-05-22 09:49:01 +0200
commit658df7ac17abae55c14da852c5cd394911592de7 (patch)
tree5ea10d3abe6d44bcb2461cede7c6870fb206ab8b /zellij-utils/src/setup.rs
parent810a01c38923ceb8a91f7b0a226d83f1964f9efc (diff)
Change Description of Config Flags
* Make distinction clearer between certain flags
Diffstat (limited to 'zellij-utils/src/setup.rs')
-rw-r--r--zellij-utils/src/setup.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/zellij-utils/src/setup.rs b/zellij-utils/src/setup.rs
index f46b2f527..0d442f0f7 100644
--- a/zellij-utils/src/setup.rs
+++ b/zellij-utils/src/setup.rs
@@ -220,7 +220,7 @@ impl Setup {
message.push_str(&format!("[ARROW SEPARATOR]: {}\n", ARROW_SEPARATOR));
message.push_str(&" Is the [ARROW_SEPARATOR] displayed correctly?\n");
- message.push_str(&" If not you may want to either start zellij with a compatible mode 'zellij options --simple-ui'\n");
+ message.push_str(&" If not you may want to either start zellij with a compatible mode 'zellij options --simplified-ui'\n");
message.push_str(&" Or check the font that is in use:\n https://zellij.dev/documentation/compatibility.html#the-status-bar-fonts-dont-render-correctly\n");
message.push_str(&format!("[FEATURES]: {:?}\n", FEATURES));