Commit
+1 -1 +/-1 browse
1 | diff --git a/meli/src/subcommands.rs b/meli/src/subcommands.rs |
2 | index 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; |