From 52a8f81356468be1233047decd9617e4b99bbcbe Mon Sep 17 00:00:00 2001 From: bytedream Date: Tue, 15 Mar 2022 22:02:06 +0100 Subject: [PATCH] Added wiki notice --- cmd/crunchyroll-go/cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/crunchyroll-go/cmd/root.go b/cmd/crunchyroll-go/cmd/root.go index 2fe3a61..3442597 100644 --- a/cmd/crunchyroll-go/cmd/root.go +++ b/cmd/crunchyroll-go/cmd/root.go @@ -21,7 +21,7 @@ var ( var rootCmd = &cobra.Command{ Use: "crunchyroll", - Short: "Download crunchyroll videos with ease", + Short: "Download crunchyroll videos with ease. See the wiki for details about the cli and library: https://github.com/ByteDream/crunchyroll-go/wiki", SilenceErrors: true, SilenceUsage: true,