Skip to content

Commit

Permalink
chore: update .help output text
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Mar 10, 2023
1 parent 1dc16e6 commit cc626e7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/repl/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,12 @@ fn dump_repl_help() {
.collect::<Vec<String>>()
.join("\n");
print_now!(
"{}\n\nPress Ctrl+C to abort conversation, Ctrl+D to exit the REPL\n\n",
head,
r###"{head}
Type `{{` to enter the multi-line editing mode, type '}}' to exit the mode.
Press Ctrl+C to abort readline, Ctrl+D to exit the REPL
"###,
);
}

Expand Down

0 comments on commit cc626e7

Please sign in to comment.