summaryrefslogtreecommitdiffstats
path: root/zellij-utils
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2021-07-09 11:55:33 +0200
committera-kenji <aks.kenji@protonmail.com>2021-07-09 11:56:49 +0200
commit337674b0736f275c579f3355aa12c8900ccccfe9 (patch)
tree89a17f31e4a189fd5ffaed1ca7551bc405fc3a2d /zellij-utils
parent0e6e5813561c0dbfb78c41867acc10c26c3a4619 (diff)
Improve clarity of precedence in options
Diffstat (limited to 'zellij-utils')
-rw-r--r--zellij-utils/src/input/options.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/zellij-utils/src/input/options.rs b/zellij-utils/src/input/options.rs
index 461f5c341..cdb61a857 100644
--- a/zellij-utils/src/input/options.rs
+++ b/zellij-utils/src/input/options.rs
@@ -32,7 +32,7 @@ impl FromStr for OnForceClose {
#[derive(Clone, Default, Debug, PartialEq, Deserialize, Serialize, StructOpt)]
/// Options that can be set either through the config file,
-/// or cli flags
+/// or cli flags - cli flags should take precedence over the config file
pub struct Options {
/// Allow plugins to use a more simplified layout
/// that is compatible with more fonts