From fd30ab861bd098245beb7b091b5273144d2ed396 Mon Sep 17 00:00:00 2001 From: Rafael Moraes <50295204+glomatico@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:56:06 -0300 Subject: [PATCH] Update help text for --use-wrapper --- gamdl/cli/cli_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamdl/cli/cli_config.py b/gamdl/cli/cli_config.py index 604a359..4117a2c 100644 --- a/gamdl/cli/cli_config.py +++ b/gamdl/cli/cli_config.py @@ -240,7 +240,7 @@ class CliConfig: bool, option( "--use-wrapper", - help="Use wrapper and amdecrypt for decrypting songs", + help="Use wrapper for decrypting songs", is_flag=True, ), ]