[cli] Fix typo

This commit is contained in:
AMIT 2022-11-18 17:07:29 +00:00
parent c8a6e68bf4
commit c696515854
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

@ -2618,7 +2618,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')