mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Fix syntax error.
This commit is contained in:
parent
6ec5314911
commit
98bcb4bb57
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue