[core] Include app name in clean-saves command for specific game

This commit is contained in:
derrod 2021-10-21 14:11:53 +02:00
parent 8181f9faeb
commit 658cc94dbe

View file

@ -822,7 +822,7 @@ class LegendaryCore:
if not chunks:
if manifest_name:
self.log.fatal(f'No chunks were available, aborting. Try running '
f'"legendary clean-saves" and try again.')
f'"legendary clean-saves {app_name}" and try again.')
return
else:
self.log.error(f'No chunks were available, skipping. You can run "legendary clean-saves" '