From 98bcb4bb57c01cc993fdd67cd29b24eb8665ea7a Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Tue, 15 Oct 2019 10:45:19 -0400 Subject: [PATCH] Fix syntax error. --- python/servo/build_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")