diff --git a/README.md b/README.md index 32fa4af..f4f9b18 100644 --- a/README.md +++ b/README.md @@ -305,7 +305,7 @@ usage: legendary crossover [-h] [--reset] [--download] [--ignore-version] positional arguments: App name to configure, will configure defaults if - ommited + omitted optional arguments: -h, --help show this help message and exit diff --git a/legendary/cli.py b/legendary/cli.py index 79cd730..b6f5c3d 100644 --- a/legendary/cli.py +++ b/legendary/cli.py @@ -2618,7 +2618,7 @@ def main(): metavar='', nargs='?') cx_parser.add_argument('app_name', metavar='', 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='', help='Name of the app') move_parser.add_argument('new_path', metavar='', help='Directory to move game folder to')