aboutsummaryrefslogtreecommitdiff
path: root/cmd/user_info.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/user_info.go')
-rw-r--r--cmd/user_info.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/user_info.go b/cmd/user_info.go
index b83af8b..f737f89 100644
--- a/cmd/user_info.go
+++ b/cmd/user_info.go
@@ -52,4 +52,5 @@ Currently, MyAnimeList doesn't allow reading of other users' profiles.
func init() {
rootCmd.AddCommand(userInfoCmd)
+ userInfoCmd.Flags().StringVarP(&mal.Secret, "authentication-token", "t", "", "MyAnimeList authentication token to use (overrides system keyring if any)")
}