Fix typo in 'mach cargo --help'

This commit is contained in:
Matt Brubeck 2014-09-09 14:57:26 -07:00
parent 965ba08c75
commit 0d19453290

View file

@ -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())