[cli] Add note about potentially missing games when importing

This commit is contained in:
derrod 2020-09-08 04:38:29 +02:00
parent 6bae5d3081
commit 5b855b0d3e

View file

@ -922,6 +922,9 @@ class LegendaryCLI:
for egl_game in importable:
print(' *', egl_game.app_name, '-', egl_game.display_name)
print('\nNote: Only games that are also in Legendary\'s database are listed, '
'if anything is missing run "list-games" first to update it.')
if args.yes or get_boolean_choice('Do you want to import the games from EGL?'):
for egl_game in importable:
logger.info(f'Importing "{egl_game.display_name}"...')