aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/servo/build_commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py
index f33da70ae4a..7481663d944 100644
--- a/python/servo/build_commands.py
+++ b/python/servo/build_commands.py
@@ -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")