From f902963b1afb507ee063b4e236b1fd9602099452 Mon Sep 17 00:00:00 2001 From: derrod Date: Wed, 1 Jun 2022 10:38:36 +0200 Subject: [PATCH] [core] Reword exe override suggestion --- legendary/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legendary/core.py b/legendary/core.py index d720b6f..8df585f 100644 --- a/legendary/core.py +++ b/legendary/core.py @@ -1546,7 +1546,7 @@ class LegendaryCore: # todo move this to "install" command as an interactive selection alt_str = '\n'.join(f' + {alt}' for alt in alts) results.warnings.add('You may want to consider trying one of the following executables ' - f'("--override-exe" launch parameter or "override_exe" config option):\n{alt_str}') + f'(see README for launch parameter/config option usage):\n{alt_str}') return results