From 7941b712c5222d5829e6c5890890ef526d213b99 Mon Sep 17 00:00:00 2001 From: Waleed El-Geresy Date: Thu, 14 Jun 2018 15:50:04 +0100 Subject: [PATCH] docs/user_guide: Fix wa create example command --- doc/source/user_guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/user_guide.rst b/doc/source/user_guide.rst index 52bcd882..a9a32934 100644 --- a/doc/source/user_guide.rst +++ b/doc/source/user_guide.rst @@ -353,7 +353,7 @@ to create an agenda file for running ``dhystrone`` on a 'generic android' device want to enable the ``execution_time`` and ``trace-cmd`` instruments and display the metrics using the ``csv`` output processor. We would use the following command:: - wa create agenda generic_android dhrystone execution_time trace-cmd csv -d my_agenda.yaml + wa create agenda generic_android dhrystone execution_time trace-cmd csv -o my_agenda.yaml This will produce a `my_agenda.yaml` file containing all the relevant configuration for the specified plugins along with their default values as shown