adjust stop's help message
This commit is contained in:
parent
82b84e3c35
commit
d361e31a60
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ var (
|
|||
commands = map[string]string{
|
||||
// special commands
|
||||
"help": "Get help",
|
||||
"stop": "Disable bridge for that room",
|
||||
"stop": "Disable bridge for that room and clear all configuration",
|
||||
|
||||
// options commands
|
||||
"mailbox": "Get or set mailbox of that room",
|
||||
|
|
|
|||
Loading…
Reference in a new issue