Remove help for nonexisting open and close commands.

See #1496
This commit is contained in:
Hocuri
2020-05-18 15:54:35 +02:00
committed by holger krekel
parent 779a906d97
commit 26b0c43cc4

View File

@@ -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",