subsystems
This commit is contained in:
parent
e52047d1fd
commit
960f6303fd
2 changed files with 2 additions and 1 deletions
|
@ -51,7 +51,7 @@ msys remote repository's location
|
|||
list of architectures to sync
|
||||
''')
|
||||
sync.add_argument(f'-{SUBSYSTEMS[0]}', f'--{SUBSYSTEMS}', type=str,
|
||||
nargs='+', choices=['msys', 'mingw'], help='''\
|
||||
nargs='+', choices=remote.SUBSYSTEMS, help='''\
|
||||
list of subsystems to sync
|
||||
''')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue