mirror of
https://github.com/gurrgur/er-patcher.git
synced 2026-06-13 09:47:54 +00:00
Fix typo
This commit is contained in:
parent
48b6d7e705
commit
89bbf0ed45
1 changed files with 1 additions and 1 deletions
|
|
@ -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(".")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue