| Index: tools/cr/cr/commands/run.py
|
| diff --git a/tools/cr/cr/commands/run.py b/tools/cr/cr/commands/run.py
|
| index 1b97b753a51003466aebcc031341e901c1eff24c..15d7db06ff15d5de3172f9df62b92b6d946115d5 100644
|
| --- a/tools/cr/cr/commands/run.py
|
| +++ b/tools/cr/cr/commands/run.py
|
| @@ -25,7 +25,7 @@ class RunCommand(cr.Command):
|
| cr.Builder.AddArguments(self, parser)
|
| cr.Installer.AddArguments(self, parser)
|
| cr.Runner.AddArguments(self, parser)
|
| - cr.Target.AddArguments(self, parser, allow_multiple=True)
|
| + cr.Target.AddArguments(self, parser, allow_multiple=False)
|
| self.ConsumeArgs(parser, 'the binary')
|
| return parser
|
|
|
|
|