Update help text for --use-wrapper

This commit is contained in:
Rafael Moraes
2026-02-23 23:56:06 -03:00
parent b1827e8d1b
commit fd30ab861b
+1 -1
View File
@@ -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,
),
]