@@ -136,8 +136,8 @@ legendary -y egl-sync
136136
137137````
138138usage: legendary [-h] [-v] [-y] [-V]
139- {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,cleanup}
140- ...
139+ {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,cleanup}
140+ ...
141141
142142Legendary v0.X.X - "Codename"
143143
@@ -170,7 +170,7 @@ Individual command help:
170170
171171Command: auth
172172usage: legendary auth [-h] [--import] [--code <exchange code>]
173- [--sid <session id>] [--delete]
173+ [--sid <session id>] [--delete]
174174
175175optional arguments:
176176 -h, --help show this help message and exit
@@ -242,6 +242,8 @@ optional arguments:
242242 --disable-delta-manifests
243243 Do not use delta manifests when updating (may increase
244244 download size)
245+ --reset-sdl Reset selective downloading choices (requires repair
246+ to download new components)
245247
246248
247249Command: uninstall
@@ -289,7 +291,7 @@ optional arguments:
289291
290292Command: list-games
291293usage: legendary list-games [-h] [--platform <Platform>] [--include-ue] [--csv]
292- [--tsv] [--json]
294+ [--tsv] [--json]
293295
294296optional arguments:
295297 -h, --help show this help message and exit
@@ -305,7 +307,7 @@ optional arguments:
305307
306308Command: list-installed
307309usage: legendary list-installed [-h] [--check-updates] [--csv] [--tsv] [--json]
308- [--show-dirs]
310+ [--show-dirs]
309311
310312optional arguments:
311313 -h, --help show this help message and exit
@@ -318,9 +320,9 @@ optional arguments:
318320
319321Command: list-files
320322usage: legendary list-files [-h] [--force-download] [--platform <Platform>]
321- [--manifest <uri>] [--csv] [--tsv] [--json]
322- [--hashlist] [--install-tag <tag>]
323- [<App Name>]
323+ [--manifest <uri>] [--csv] [--tsv] [--json]
324+ [--hashlist] [--install-tag <tag>]
325+ [<App Name>]
324326
325327positional arguments:
326328 <App Name> Name of the app (optional)
@@ -361,9 +363,9 @@ optional arguments:
361363
362364Command: sync-saves
363365usage: legendary sync-saves [-h] [--skip-upload] [--skip-download]
364- [--force-upload] [--force-download]
365- [--save-path <path>] [--disable-filters]
366- [<App Name>]
366+ [--force-upload] [--force-download]
367+ [--save-path <path>] [--disable-filters]
368+ [<App Name>]
367369
368370positional arguments:
369371 <App Name> Name of the app (optional)
@@ -391,7 +393,7 @@ optional arguments:
391393
392394Command: import-game
393395usage: legendary import-game [-h] [--disable-check]
394- <App Name> <Installation directory>
396+ <App Name> <Installation directory>
395397
396398positional arguments:
397399 <App Name> Name of the app
@@ -407,9 +409,9 @@ optional arguments:
407409
408410Command: egl-sync
409411usage: legendary egl-sync [-h] [--egl-manifest-path EGL_MANIFEST_PATH]
410- [--egl-wine-prefix EGL_WINE_PREFIX] [--enable-sync]
411- [--disable-sync] [--one-shot] [--import-only]
412- [--export-only] [--unlink]
412+ [--egl-wine-prefix EGL_WINE_PREFIX] [--enable-sync]
413+ [--disable-sync] [--one-shot] [--import-only]
414+ [--export-only] [--unlink]
413415
414416optional arguments:
415417 -h, --help show this help message and exit
0 commit comments