summaryrefslogtreecommitdiffstats
path: root/src/conf/conf.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf/conf.rs')
-rw-r--r--src/conf/conf.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/conf/conf.rs b/src/conf/conf.rs
index 717594e..e6b80c2 100644
--- a/src/conf/conf.rs
+++ b/src/conf/conf.rs
@@ -139,7 +139,8 @@ impl Conf {
&conf_dir,
Attribute::Reset,
);
- println!("You should have a look at them.");
+ println!("You should have a look at them: their comments will help you configure broot.");
+ println!("You should especially set up your favourite editor in verbs.hjson.");
}
let mut conf = Conf::default();
conf.read_file(conf_filepath)?;