Commit 3a0ea5d0 authored by eakuefner's avatar eakuefner Committed by Commit bot

[Telemetry] Un-break help command

This CL fixes the help command of benchmark_runner, which broke after the local
environment switch.

R=dtu,nednguyen

Review URL: https://codereview.chromium.org/979573002

Cr-Commit-Position: refs/heads/master@{#318976}
parent 0bf9ad1d
......@@ -68,7 +68,7 @@ class Help(command_line.OptparseCommand):
if len(commands) == 1:
command = commands[0]
parser = command.CreateParser()
command.AddCommandLineArgs(parser)
command.AddCommandLineArgs(parser, None)
parser.print_help()
return 0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment