[cli/README] Fix typo in CLI help (manfiests -> manifests) (#157)

This commit is contained in:
Simão Gomes Viana 2020-12-16 20:21:20 +01:00 committed by GitHub
parent 1430e321e6
commit 34677cc02e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -240,7 +240,7 @@ optional arguments:
--repair-and-update Update game to the latest version when repairing
--ignore-free-space Do not abort if not enough free space is available
--disable-delta-manifests
Do not use delta manfiests when updating (may increase
Do not use delta manifests when updating (may increase
download size)

View file

@ -1158,7 +1158,7 @@ def main():
install_parser.add_argument('--ignore-free-space', dest='ignore_space', action='store_true',
help='Do not abort if not enough free space is available')
install_parser.add_argument('--disable-delta-manifests', dest='disable_delta', action='store_true',
help='Do not use delta manfiests when updating (may increase download size)')
help='Do not use delta manifests when updating (may increase download size)')
uninstall_parser.add_argument('--keep-files', dest='keep_files', action='store_true',
help='Keep files but remove game from Legendary database')