fix non_local_items help text

This commit is contained in:
Fabian Dill 2020-11-22 22:55:31 +01:00
parent fc2f1dfd29
commit 25f0a5956c
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ def parse_arguments(argv, no_defaults=False):
parser.add_argument('--local_items', default=defval(''), parser.add_argument('--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 not spread across the multiworld (separated by commas)')
parser.add_argument('--non_local_items', default=defval(''), 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('--custom', default=defval(False), help='Not supported.')
parser.add_argument('--customitemarray', 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='''\ parser.add_argument('--accessibility', default=defval('items'), const='items', nargs='?', choices=['items', 'locations', 'none'], help='''\