From d48bd9998de57d99d13c702b783d1c83cdd15629 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Thu, 16 Jun 2022 23:47:50 +0530 Subject: added help messages --- cmd/user_info.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/user_info.go') 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() -- cgit v1.2.3