mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-18 08:06:59 +00:00
fix(GODT-2442): cli error
This commit is contained in:
@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user