This commit is contained in:
AMIT 2024-01-01 10:13:11 -07:00 committed by GitHub
commit 90d7077dc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -305,7 +305,7 @@ usage: legendary crossover [-h] [--reset] [--download] [--ignore-version]
positional arguments:
<App Name> App name to configure, will configure defaults if
ommited
omitted
optional arguments:
-h, --help show this help message and exit

View file

@ -2714,7 +2714,7 @@ def main():
metavar='<New alias>', nargs='?')
cx_parser.add_argument('app_name', metavar='<App Name>', nargs='?',
help='App name to configure, will configure defaults if ommited')
help='App name to configure, will configure defaults if omitted')
move_parser.add_argument('app_name', metavar='<App Name>', help='Name of the app')
move_parser.add_argument('new_path', metavar='<New Base Path>', help='Directory to move game folder to')