aboutsummaryrefslogtreecommitdiff
path: root/cmd/login.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-06-16 23:01:52 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-06-16 23:01:52 +0530
commitc45cb6ebe10084d10f4fcf6189f26199f0913402 (patch)
treeecc39f3e2db66903ebea06b54edbd1423db7a09a /cmd/login.go
parent24ea0db80befd3bf5a67781084f48f0fa764d74f (diff)
renamed Init to init function in mal because it should be called automatically
Diffstat (limited to 'cmd/login.go')
-rw-r--r--cmd/login.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/login.go b/cmd/login.go
index 74a6947..d483767 100644
--- a/cmd/login.go
+++ b/cmd/login.go
@@ -25,7 +25,7 @@ import (
var loginCmd = &cobra.Command {
Use: "login",
- Short: "Login with your MyAnimeList client secret",
+ Short: "Login with your MyAnimeList account.",
Long: ``,
Run: func(cmd *cobra.Command, args []string) {
auth.Login()