subcommands: Fix wrong help info in imap-shell prompt

Signed-off-by: Manos Pitsidianakis <manos@pitsidianak.is>
pull/479/head
Manos Pitsidianakis 2 months ago
parent b55edd4727
commit 65b32e7719
No known key found for this signature in database
GPG Key ID: 7729C7707F7E09D0

@ -297,7 +297,7 @@ pub fn tool(path: Option<PathBuf>, opt: ToolOpt) -> Result<()> {
let mut input = String::new();
println!(
"Connected. Type a valid IMAP command such as LIST \"\" \"*\" and CAPABILITY hit \
Return. Exit with Ctrl+C or with the command QUIT."
Return. Exit with Ctrl+C or with the command LOGOUT."
);
loop {
use std::io;

Loading…
Cancel
Save