mirror of
https://github.com/servo/servo.git
synced 2025-06-23 00:24:35 +01:00
Fix typo in 'mach cargo --help'
This commit is contained in:
parent
965ba08c75
commit
0d19453290
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class MachCommands(CommandBase):
|
|||
category='devenv',
|
||||
allow_all_args=True)
|
||||
@CommandArgument('params', default=None, nargs='...',
|
||||
help="Command-line arguments to be passed through to Cervo")
|
||||
help="Command-line arguments to be passed through to Cargo")
|
||||
def run(self, params):
|
||||
return subprocess.call(["cargo"] + params,
|
||||
env=self.build_env())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue