diff --git a/README.md b/README.md index d211266..b0f2fdf 100644 --- a/README.md +++ b/README.md @@ -164,9 +164,7 @@ optional arguments: debug --platform Platform override for download (disables install) - --prefix-filter - Only fetch files whose path starts with (case - insensitive) + --prefix Only fetch files whose path starts with (case insensitive) Command: uninstall diff --git a/legendary/cli.py b/legendary/cli.py index 427bca1..6405ec5 100644 --- a/legendary/cli.py +++ b/legendary/cli.py @@ -445,8 +445,8 @@ def main(): help='Set download manager and worker processes\' loglevel to debug') install_parser.add_argument('--platform', dest='platform_override', action='store', metavar='', type=str, help='Platform override for download (disables install)') - install_parser.add_argument('--prefix-filter', dest='file_prefix', action='store', metavar='', - type=str, help='Only fetch files whose path starts with (case insensitive)') + install_parser.add_argument('--prefix', dest='file_prefix', action='store', metavar='', type=str, + help='Only fetch files whose path starts with (case insensitive)') launch_parser.add_argument('--offline', dest='offline', action='store_true', default=False, help='Skip login and launch game without online authentication')