mirror of
https://github.com/derrod/legendary.git
synced 2025-01-03 04:45:28 +00:00
Update README
This commit is contained in:
parent
a465966954
commit
84a940fcbb
|
@ -321,8 +321,9 @@ optional arguments:
|
||||||
|
|
||||||
|
|
||||||
Command: list-games
|
Command: list-games
|
||||||
usage: legendary list-games [-h] [--platform <Platform>] [--include-ue] [--csv]
|
usage: legendary list-games [-h] [--platform <Platform>] [--include-ue]
|
||||||
[--tsv] [--json]
|
[--include-non-installable] [--csv] [--tsv]
|
||||||
|
[--json]
|
||||||
|
|
||||||
optional arguments:
|
optional arguments:
|
||||||
-h, --help show this help message and exit
|
-h, --help show this help message and exit
|
||||||
|
@ -519,6 +520,8 @@ egl_programdata = /home/user/Games/epic-games-store/drive_c/...
|
||||||
preferred_cdn = epicgames-download1.akamaized.net
|
preferred_cdn = epicgames-download1.akamaized.net
|
||||||
; disable HTTPS for downloads (e.g. to use a LanCache)
|
; disable HTTPS for downloads (e.g. to use a LanCache)
|
||||||
disable_https = false
|
disable_https = false
|
||||||
|
; disables checking for updates
|
||||||
|
enable_update_check = true
|
||||||
|
|
||||||
; default settings to use (currently limited to WINE executable)
|
; default settings to use (currently limited to WINE executable)
|
||||||
[default]
|
[default]
|
||||||
|
|
Loading…
Reference in a new issue