From 33b89f5e9a208d0908137c9a477ec4e855fca069 Mon Sep 17 00:00:00 2001 From: derrod Date: Wed, 29 Dec 2021 12:54:38 +0100 Subject: [PATCH] [cli] Suggest "info" command to check for platform support rather than having the user search through a potentially very long games list... --- legendary/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legendary/cli.py b/legendary/cli.py index 55744a2..59558bd 100644 --- a/legendary/cli.py +++ b/legendary/cli.py @@ -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: