[core] Reword exe override suggestion

This commit is contained in:
derrod 2022-06-01 10:38:36 +02:00
parent 791fb5da11
commit f902963b1a

View file

@ -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