From d14ba92c9be3771ef14fc4c2ee02ab4d6fd0e4f5 Mon Sep 17 00:00:00 2001 From: derrod Date: Fri, 22 Oct 2021 04:37:22 +0200 Subject: [PATCH] Update README --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a40817..9412e3a 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ legendary -y egl-sync ```` usage: legendary [-h] [-v] [-y] [-V] [-c ] [-J] - {auth,install,download,update,repair,uninstall,launch,list-games,list-installed,list-files,list-saves,download-saves,sync-saves,verify-game,import-game,egl-sync,status,info,alias,cleanup} + {auth,install,download,update,repair,uninstall,launch,list-games,list-installed,list-files,list-saves,download-saves,clean-saves,sync-saves,verify-game,import-game,egl-sync,status,info,alias,cleanup} ... Legendary v0.X.X - "Codename" @@ -198,7 +198,7 @@ optional arguments: -J, --pretty-json Pretty-print JSON Commands: - {auth,install,download,update,repair,uninstall,launch,list-games,list-installed,list-files,list-saves,download-saves,sync-saves,verify-game,import-game,egl-sync,status,info,alias,cleanup} + {auth,install,download,update,repair,uninstall,launch,list-games,list-installed,list-files,list-saves,download-saves,clean-saves,sync-saves,verify-game,import-game,egl-sync,status,info,alias,cleanup} auth Authenticate with EPIC install (download,update,repair) Download a game @@ -209,6 +209,7 @@ Commands: list-files List files in manifest list-saves List available cloud saves download-saves Download all cloud saves + clean-saves Clean cloud saves sync-saves Sync cloud saves verify-game Verify a game's local files import-game Import an already installed game @@ -434,6 +435,17 @@ optional arguments: -h, --help show this help message and exit +Command: clean-saves +usage: legendary clean-saves [-h] [--delete-incomplete] [] + +positional arguments: + Name of the app (optional) + +optional arguments: + -h, --help show this help message and exit + --delete-incomplete Delete incomplete save files + + Command: sync-saves usage: legendary sync-saves [-h] [--skip-upload] [--skip-download] [--force-upload] [--force-download]