Explorar o código

Merge remote-tracking branch 'clmnin/fix/cmdSyncHelp'

Tulir Asokan %!s(int64=3) %!d(string=hai) anos
pai
achega
8e6640a6f6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      commands.go

+ 1 - 1
commands.go

@@ -1068,7 +1068,7 @@ func (handler *CommandHandler) CommandPM(ce *CommandEvent) {
 	ce.Reply("Created portal room with +%s and invited you to it.", puppet.JID.User)
 }
 
-const cmdSyncHelp = `sync <appstate/contacts/groups> [--create-portals] - Synchronize data from WhatsApp.`
+const cmdSyncHelp = `sync <appstate/contacts/groups/space> [--create-portals] - Synchronize data from WhatsApp.`
 
 func (handler *CommandHandler) CommandSync(ce *CommandEvent) {
 	if len(ce.Args) == 0 {