Commit
Author: Manos Pitsidianakis [manos@pitsidianak.is]
Hash: 65b32e7719de9155a29d91e63f5f42df4d17e299
Timestamp: Fri, 30 Aug 2024 14:57:03 +0000 (4 months ago)

+1 -1 +/-1 browse
subcommands: Fix wrong help info in imap-shell prompt
subcommands: Fix wrong help info in imap-shell prompt

Signed-off-by: Manos Pitsidianakis <manos@pitsidianak.is>
1diff --git a/meli/src/subcommands.rs b/meli/src/subcommands.rs
2index be36097..03968ca 100644
3--- a/meli/src/subcommands.rs
4+++ b/meli/src/subcommands.rs
5 @@ -297,7 +297,7 @@ pub fn tool(path: Option<PathBuf>, opt: ToolOpt) -> Result<()> {
6 let mut input = String::new();
7 println!(
8 "Connected. Type a valid IMAP command such as LIST \"\" \"*\" and CAPABILITY hit \
9- Return. Exit with Ctrl+C or with the command QUIT."
10+ Return. Exit with Ctrl+C or with the command LOGOUT."
11 );
12 loop {
13 use std::io;