Skip to content

Commit c263c56

Browse files
authored
give --task-args option in test_runner a help description (#133791)
Fixes flutter/flutter#133790 Provides help text for the `--task-args` option of the `test_runner` devicelab command. The current help text is just copypasta from another option's help text
1 parent 1519553 commit c263c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/devicelab/lib/command/test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class TestCommand extends Command<void> {
1313
help: 'The name of a task listed under bin/tasks.\n'
1414
' Example: complex_layout__start_up.\n');
1515
argParser.addMultiOption('task-args',
16-
help: 'The name of a task listed under bin/tasks.\n'
16+
help: 'List of arguments to pass to the task.\n'
1717
'For example, "--task-args build" is passed as "bin/task/task.dart --build"');
1818
argParser.addOption(
1919
'device-id',

0 commit comments

Comments
 (0)