diff options
author | Josh Matthews <josh@joshmatthews.net> | 2019-10-15 10:45:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-15 10:45:19 -0400 |
commit | 98bcb4bb57c01cc993fdd67cd29b24eb8665ea7a (patch) | |
tree | 4212d94ecc435c6c501a5bdd86fb411a3bfd9189 /python/servo/build_commands.py | |
parent | 6ec5314911a326ea27a0732c12efed59ad3d97f9 (diff) | |
download | servo-98bcb4bb57c01cc993fdd67cd29b24eb8665ea7a.tar.gz servo-98bcb4bb57c01cc993fdd67cd29b24eb8665ea7a.zip |
Fix syntax error.
Diffstat (limited to 'python/servo/build_commands.py')
-rw-r--r-- | python/servo/build_commands.py | 2 |
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") |