Login help text: Remove trailing apostrophe

This commit is contained in:
Christian Paul 2021-09-13 14:34:39 +02:00 committed by Tulir Asokan
parent b0070403fe
commit cc80c90565

View file

@ -902,7 +902,7 @@ func (handler *CommandHandler) CommandPM(ce *CommandEvent) {
ce.Reply("Created portal room and invited you to it.")
}
const cmdLoginMatrixHelp = `login-matrix <_access token_> - Replace your WhatsApp account's Matrix puppet with your real Matrix account.'`
const cmdLoginMatrixHelp = `login-matrix <_access token_> - Replace your WhatsApp account's Matrix puppet with your real Matrix account.`
func (handler *CommandHandler) CommandLoginMatrix(ce *CommandEvent) {
if len(ce.Args) == 0 {