Fix syntax error.

This commit is contained in:
Josh Matthews 2019-10-15 10:45:19 -04:00 committed by GitHub
parent 6ec5314911
commit 98bcb4bb57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -166,7 +166,7 @@ class MachCommands(CommandBase):
help='Print very verbose output')
@CommandArgument('--uwp',
action='store_true',
help='Build for HoloLens (x64)'),
help='Build for HoloLens (x64)')
@CommandArgument('--win-arm64', action='store_true', help="Use arm64 Windows target")
@CommandArgument('params', nargs='...',
help="Command-line arguments to be passed through to Cargo")