From 89bbf0ed4534a623f333e1410fafdbcf314a1492 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kau=C3=A3=20Azevedo?= <104698169+Kazevic@users.noreply.github.com> Date: Fri, 16 Sep 2022 00:06:45 +0000 Subject: [PATCH] Fix typo --- er-patcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(".")