[cli] Suggest "info" command to check for platform support

rather than having the user search through a potentially very long
games list...
This commit is contained in:
derrod 2021-12-29 12:54:38 +01:00
parent 75f2da576b
commit 33b89f5e9a

View file

@ -742,7 +742,7 @@ class LegendaryCLI:
if args.platform not in game.asset_infos:
if not args.no_install:
logger.error(f'No app asset found for platform "{args.platform}", run '
f'"legendary list-games --platform {args.platform}" and make '
f'"legendary info --platform {args.platform}" and make '
f'sure the app is available for the specified platform.')
exit(1)
else: