Skip to content

Commit

Permalink
mention :help in the default welcome msg
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaSd committed Dec 22, 2024
1 parent f35edd5 commit 139718b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/irust/src/irust/art.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ impl IRust {
}

pub fn welcome(&mut self) -> Result<()> {
let default_msg = "Welcome to IRust".to_string();
let default_msg = "Welcome to IRust (type ':help' for more information)".to_string();
let msg = (|| {
if let Some(msg) = self.trigger_set_msg_hook() {
return self.fit_msg(&msg);
Expand Down

0 comments on commit 139718b

Please sign in to comment.