From 26b0c43cc49cad3732a15e22cae5c05b4a729f5b Mon Sep 17 00:00:00 2001 From: Hocuri Date: Mon, 18 May 2020 15:54:35 +0200 Subject: [PATCH] Remove help for nonexisting open and close commands. See #1496 --- examples/repl/main.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/repl/main.rs b/examples/repl/main.rs index c4662cad3..c3fa14569 100644 --- a/examples/repl/main.rs +++ b/examples/repl/main.rs @@ -247,10 +247,8 @@ const IMEX_COMMANDS: [&str; 12] = [ "stop", ]; -const DB_COMMANDS: [&str; 11] = [ +const DB_COMMANDS: [&str; 9] = [ "info", - "open", - "close", "set", "get", "oauth2",