diff options
-rw-r--r-- | python/servo/post_build_commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/post_build_commands.py b/python/servo/post_build_commands.py index ddb7fb6574c..c2c4bb5c06b 100644 --- a/python/servo/post_build_commands.py +++ b/python/servo/post_build_commands.py @@ -66,7 +66,7 @@ class MachCommands(CommandBase): description='Generate documentation', category='post-build') @CommandArgument( - 'params', default=None, nargs='...', + 'params', nargs='...', help="Command-line arguments to be passed through to cargo doc") def doc(self, params): self.ensure_bootstrapped() |