From 1c60f47440a1f95710999439db4a44e6bc8e7699 Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Mon, 25 Jun 2018 16:28:55 +0100 Subject: [PATCH] commands/record: Fix record command description. All stages are now optional for recording however the record description has not been updated to reflect this. --- wa/commands/revent.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wa/commands/revent.py b/wa/commands/revent.py index 09a7b8bd..2459e83d 100644 --- a/wa/commands/revent.py +++ b/wa/commands/revent.py @@ -51,8 +51,8 @@ class RecordCommand(Command): from ``build.prop``, on Linux devices it is obtained from ``/proc/device-tree/model``. - suffix is used by WA to determine which part of the app execution the recording is for, currently these are either ``setup``, ``run``, ``extract_results`` - or ``teardown``. All stages except ``run`` are optional and these should - be specified with the ``-s``, ``-e`` or ``-t`` arguments respectively, + or ``teardown``. All stages are optional for recording and these should + be specified with the ``-s``, ``-r``, ``-e`` or ``-t`` arguments respectively, or optionally ``-a`` to indicate all stages should be recorded. '''