diff --git a/README.md b/README.md index 44b9f0d..2d6a7aa 100644 --- a/README.md +++ b/README.md @@ -517,7 +517,7 @@ optional arguments: Override executable to launch (relative path) --origin Launch Origin to activate or run the game. --json Print launch information as JSON and exit - --wait Wait for game to finish running + --wait Wait for the game to finish running --wine Set WINE binary to use to launch the app --wine-prefix Set WINE prefix to use diff --git a/legendary/cli.py b/legendary/cli.py index 52b1990..875891d 100644 --- a/legendary/cli.py +++ b/legendary/cli.py @@ -2730,7 +2730,7 @@ def main(): help='Launch Origin to activate or run the game.') launch_parser.add_argument('--json', dest='json', action='store_true', help='Print launch information as JSON and exit') - launch_parser.add_argument('--wait', dest='wait', action='store_true', help='Wait for game to finish running') + launch_parser.add_argument('--wait', dest='wait', action='store_true', help='Wait for the game to finish running') if os.name != 'nt': launch_parser.add_argument('--wine', dest='wine_bin', action='store', metavar='',