diff --git a/er-patcher b/er-patcher index 01243b2..f6d7d0a 100755 --- a/er-patcher +++ b/er-patcher @@ -25,7 +25,7 @@ if __name__ == "__main__": parser.add_argument("-v", "--remove-vignette", action='store_true', help="Remove the vignette.") parser.add_argument("-s", "--skip-intro", action='store_true', help="Skip intro logos on startup.") parser.add_argument("-u", "--ultrawide", action='store_true', help="Remove black bars in non 16:9 screens.") - parser.add_argument("-w", "--with-eac", action='store_true', help="Run the game with EAC (use at own your risk).") + parser.add_argument("-w", "--with-eac", action='store_true', help="Run the game with EAC (use it at own your risk).") patch = parser.parse_args(patcher_args) game_dir = Path(".")