From 69b15adc62048ccde78e50b1cf212b41ae75097e Mon Sep 17 00:00:00 2001 From: alxjsn Date: Sat, 20 May 2023 16:32:41 -0500 Subject: [PATCH] Fix --update-with-info-json message --- src/ytdl_sub/cli/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ytdl_sub/cli/main.py b/src/ytdl_sub/cli/main.py index a8491b5e..733bfdbe 100644 --- a/src/ytdl_sub/cli/main.py +++ b/src/ytdl_sub/cli/main.py @@ -317,7 +317,7 @@ def main() -> List[Tuple[Subscription, FileHandlerTransactionLog]]: ): raise ExperimentalFeatureNotEnabled( "--update-with-info-json requires setting " - "configuration.experimental.update_with_info_json to True. This feature is ", + "configuration.experimental.enable_update_with_info_json to True. This feature is ", "still being tested and has the ability to destroy files. Ensure you have a ", "full backup before usage. You have been warned!", )