architectures

This commit is contained in:
Marc Beninca 2021-10-10 03:55:22 +02:00 committed by Marc Beninca
parent efb590b72e
commit 5fe26606e0
4 changed files with 3 additions and 3 deletions

View file

@ -48,7 +48,7 @@ action to perform onto msys repository
msys remote repository's location
''')
sync.add_argument(f'-{ARCHITECTURES[0]}', f'--{ARCHITECTURES}', type=str,
nargs='+', choices=remote.ARCHITECTURES, help='''\
nargs='+', choices=msys.ARCHITECTURES, help='''\
list of architectures to sync
''')
sync.add_argument(f'-{SUBSYSTEMS[0]}', f'--{SUBSYSTEMS}', type=str,