mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 01:45:28 +00:00
[core] Reword exe override suggestion
This commit is contained in:
parent
791fb5da11
commit
f902963b1a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue