From c952b2f0d477f341bbeb16f9438be39faa1b00b2 Mon Sep 17 00:00:00 2001 From: Brendan Jackman Date: Tue, 5 Sep 2017 12:23:37 +0100 Subject: [PATCH] config_example: Update comment on available devices --- wlauto/config_example.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wlauto/config_example.py b/wlauto/config_example.py index faa9deae..4306b981 100644 --- a/wlauto/config_example.py +++ b/wlauto/config_example.py @@ -61,7 +61,8 @@ clean_up = False ######################################### Device Settings ########################################## #################################################################################################### # Specify the device you want to run workload automation on. This must be a # -# string with the ID of the device. At the moment, only 'TC2' is supported. # +# string with the ID of the device. Common options are 'generic_android' and # +# 'generic_linux'. Run ``wa list devices`` to see all available options. # # # device = 'generic_android'