From b9ff56c111e3a5aa1cfa7f730d04a173e3524210 Mon Sep 17 00:00:00 2001 From: bytedream Date: Tue, 31 May 2022 17:01:03 +0200 Subject: [PATCH] Extend encrypt flag description --- cmd/crunchyroll-go/cmd/login.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/crunchyroll-go/cmd/login.go b/cmd/crunchyroll-go/cmd/login.go index 565dac0..1c47340 100644 --- a/cmd/crunchyroll-go/cmd/login.go +++ b/cmd/crunchyroll-go/cmd/login.go @@ -43,7 +43,7 @@ func init() { loginCmd.Flags().BoolVar(&loginEncryptFlag, "encrypt", false, - "Encrypt the given credentials (won't do anything if --session-id is given)") + "Encrypt the given credentials (won't do anything if --session-id is given or --persistent is not given)") loginCmd.Flags().BoolVar(&loginSessionIDFlag, "session-id",