Update cli description for a couple of benchmarks.

R=ahe@google.com, paulberry@google.com, sigmund@google.com
BUG=

Review-Url: https://codereview.chromium.org/2896613003 .
This commit is contained in:
Konstantin Shcheglov 2017-05-19 15:11:13 -07:00
parent 658ff7ba99
commit 00525a056c
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ ArgParser argParser = new ArgParser()
defaultsTo: '1');
String usage = '''
Usage: class_hierarchy_bench [options] FILE.dart
Usage: class_hierarchy_bench [options] FILE.dill
Options:
${argParser.usage}

View file

@ -16,7 +16,7 @@ ArgParser argParser = new ArgParser()
defaultsTo: '300');
String usage = """
Usage: class_hierarchy_membench [options] FILE.dart
Usage: class_hierarchy_membench [options] FILE.dill
Options:
${argParser.usage}