From c6965158543a48d185114fa77241660bdc1b78df Mon Sep 17 00:00:00 2001 From: AMIT <86924251+amitxv@users.noreply.github.com> Date: Fri, 18 Nov 2022 17:07:29 +0000 Subject: [PATCH] [cli] Fix typo --- README.md | 2 +- legendary/cli.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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')