From 25f0a5956c5840d6b9f90e42e1de2241b4c5aa01 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Sun, 22 Nov 2020 22:55:31 +0100 Subject: [PATCH] fix non_local_items help text --- EntranceRandomizer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EntranceRandomizer.py b/EntranceRandomizer.py index f4e04fbd..5c9ab56c 100755 --- a/EntranceRandomizer.py +++ b/EntranceRandomizer.py @@ -267,7 +267,7 @@ def parse_arguments(argv, no_defaults=False): parser.add_argument('--local_items', default=defval(''), help='Specifies a list of items that will not spread across the multiworld (separated by commas)') parser.add_argument('--non_local_items', default=defval(''), - help='Specifies a list of items that will not spread across the multiworld (separated by commas)') + help='Specifies a list of items that will spread across the multiworld (separated by commas)') parser.add_argument('--custom', default=defval(False), help='Not supported.') parser.add_argument('--customitemarray', default=defval(False), help='Not supported.') parser.add_argument('--accessibility', default=defval('items'), const='items', nargs='?', choices=['items', 'locations', 'none'], help='''\