fix(GODT-2442): cli error

This commit is contained in:
Jakub
2023-03-08 15:32:25 +01:00
parent d926dd3806
commit 05a2c9d254

View File

@ -327,9 +327,9 @@ func (f *frontendCLI) watchEvents(eventCh <-chan events.Event) { // nolint:funle
f.Printf("Synchronize your local database now or logout to do it later.\n") f.Printf("Synchronize your local database now or logout to do it later.\n")
f.Printf("Synchronization time depends on the size of your mailbox.\n") f.Printf("Synchronization time depends on the size of your mailbox.\n")
f.Printf("\n\n") f.Printf("\n\n")
f.Printf("The allowed actions are:") f.Printf("The allowed actions are:\n")
f.Printf("* bad-event synchronize") f.Printf("* bad-event synchronize\n")
f.Printf("* bad-event logout") f.Printf("* bad-event logout\n\n")
case events.UserAddressUpdated: case events.UserAddressUpdated:
user, err := f.bridge.GetUserInfo(event.UserID) user, err := f.bridge.GetUserInfo(event.UserID)