aboutsummaryrefslogtreecommitdiff
path: root/cmd/user_info.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-06-16 23:47:50 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-06-16 23:47:50 +0530
commitd48bd9998de57d99d13c702b783d1c83cdd15629 (patch)
treee36b52d4327d28e6787a5065c4bd556bad076b41 /cmd/user_info.go
parentc45cb6ebe10084d10f4fcf6189f26199f0913402 (diff)
added help messages
Diffstat (limited to 'cmd/user_info.go')
-rw-r--r--cmd/user_info.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/user_info.go b/cmd/user_info.go
index 7c9387a..46b2954 100644
--- a/cmd/user_info.go
+++ b/cmd/user_info.go
@@ -29,7 +29,7 @@ var userInfoCmd = &cobra.Command {
Short: "Shows logged-in user's info",
Long:
`Print logged-in user's profile information.
-Currently, MyAnimeList doesn't allow reading of other users' profiles
+Currently, MyAnimeList doesn't allow reading of other users' profiles.
`,
Run: func(cmd *cobra.Command, args []string) {
userInfo := mal.GetUserInfo()