mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 17:55:27 +00:00
Update README.md
This commit is contained in:
parent
57d88b2db4
commit
67e651cb01
14
README.md
14
README.md
|
@ -358,9 +358,8 @@ optional arguments:
|
||||||
|
|
||||||
|
|
||||||
Command: list-games
|
Command: list-games
|
||||||
usage: legendary list-games [-h] [--platform <Platform>] [--include-ue]
|
usage: legendary list-games [-h] [--platform <Platform>] [--include-ue] [-T]
|
||||||
[--include-non-installable] [--csv] [--tsv]
|
[--csv] [--tsv] [--json] [--force-refresh]
|
||||||
[--json] [--force-refresh]
|
|
||||||
|
|
||||||
optional arguments:
|
optional arguments:
|
||||||
-h, --help show this help message and exit
|
-h, --help show this help message and exit
|
||||||
|
@ -369,7 +368,7 @@ optional arguments:
|
||||||
macOS, otherwise Windows)
|
macOS, otherwise Windows)
|
||||||
--include-ue Also include Unreal Engine content
|
--include-ue Also include Unreal Engine content
|
||||||
(Engine/Marketplace) in list
|
(Engine/Marketplace) in list
|
||||||
--include-non-installable
|
-T, --third-party, --include-non-installable
|
||||||
Include apps that are not installable (e.g. that have
|
Include apps that are not installable (e.g. that have
|
||||||
to be activated on Origin)
|
to be activated on Origin)
|
||||||
--csv List games in CSV format
|
--csv List games in CSV format
|
||||||
|
@ -573,11 +572,14 @@ optional arguments:
|
||||||
|
|
||||||
|
|
||||||
Command: activate
|
Command: activate
|
||||||
usage: legendary activate [-h] [--uplay]
|
usage: legendary activate [-h] (-U | -O)
|
||||||
|
|
||||||
optional arguments:
|
optional arguments:
|
||||||
-h, --help show this help message and exit
|
-h, --help show this help message and exit
|
||||||
--uplay Activate Uplay titles
|
-U, --uplay Activate Uplay/Ubisoft Connect titles on your Ubisoft account
|
||||||
|
(Uplay install not required)
|
||||||
|
-O, --origin Activate Origin/EA App managed titles on your EA account
|
||||||
|
(requires Origin to be installed)
|
||||||
````
|
````
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue