Skip to content

Commit 254c22e

Browse files
committed
Update README & Bump version
1 parent 1a015a3 commit 254c22e

2 files changed

Lines changed: 19 additions & 17 deletions

File tree

README.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ legendary -y egl-sync
136136

137137
````
138138
usage: 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
142142
Legendary v0.X.X - "Codename"
143143
@@ -170,7 +170,7 @@ Individual command help:
170170
171171
Command: auth
172172
usage: legendary auth [-h] [--import] [--code <exchange code>]
173-
[--sid <session id>] [--delete]
173+
[--sid <session id>] [--delete]
174174
175175
optional 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
247249
Command: uninstall
@@ -289,7 +291,7 @@ optional arguments:
289291
290292
Command: list-games
291293
usage: legendary list-games [-h] [--platform <Platform>] [--include-ue] [--csv]
292-
[--tsv] [--json]
294+
[--tsv] [--json]
293295
294296
optional arguments:
295297
-h, --help show this help message and exit
@@ -305,7 +307,7 @@ optional arguments:
305307
306308
Command: list-installed
307309
usage: legendary list-installed [-h] [--check-updates] [--csv] [--tsv] [--json]
308-
[--show-dirs]
310+
[--show-dirs]
309311
310312
optional arguments:
311313
-h, --help show this help message and exit
@@ -318,9 +320,9 @@ optional arguments:
318320
319321
Command: list-files
320322
usage: 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
325327
positional arguments:
326328
<App Name> Name of the app (optional)
@@ -361,9 +363,9 @@ optional arguments:
361363
362364
Command: sync-saves
363365
usage: 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
368370
positional arguments:
369371
<App Name> Name of the app (optional)
@@ -391,7 +393,7 @@ optional arguments:
391393
392394
Command: import-game
393395
usage: legendary import-game [-h] [--disable-check]
394-
<App Name> <Installation directory>
396+
<App Name> <Installation directory>
395397
396398
positional arguments:
397399
<App Name> Name of the app
@@ -407,9 +409,9 @@ optional arguments:
407409
408410
Command: egl-sync
409411
usage: 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
414416
optional arguments:
415417
-h, --help show this help message and exit

legendary/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Legendary!"""
22

3-
__version__ = '0.20.4'
4-
__codename__ = 'Cyberpunk Edition'
3+
__version__ = '0.20.5.rc1'
4+
__codename__ = 'A Red Letter Day (RC1)'

0 commit comments

Comments
 (0)