Make it clear that run is the default Telemetry command.
commit6b37e55adfe14ce81853b7ac1733ad3fe0957a8c
authoreakuefner@chromium.org <eakuefner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 24 Jul 2014 12:02:09 +0000 (24 12:02 +0000)
committereakuefner@chromium.org <eakuefner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 24 Jul 2014 12:02:09 +0000 (24 12:02 +0000)
tree9e2a81f2026008407c8b56823bb1a8534b892b25
parente6de0685a7885cb9daaff1d72f6f3c443a0b2506
Make it clear that run is the default Telemetry command.

It was not previously clear from the help text that run is the default
command. This makes two changes to make it more clear: it surrounds
'command' with [] instead of <> to suggest that it's optional like the options
are, and changes the description of run to suggest that it's the default.

BUG=359791

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285205 0039d316-1c4b-4281-b951-d872f2087c98
tools/telemetry/telemetry/test_runner.py