Add prompt to export after account add
This commit is contained in:
parent
29925a910c
commit
104bdfb5a4
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ func (c *ClICtrl) AddAccount(cxt context.Context) {
|
|||
return
|
||||
} else {
|
||||
fmt.Println("Account added successfully")
|
||||
fmt.Println("run `ente-cli export` to initiate export of your account data")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue