diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-07-26 13:43:19 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-07-26 13:44:10 +0800 |
commit | 0d2b48ea0fafe79b114637893b0dd765bcf87030 (patch) | |
tree | c2fde4b9f290aaf172aca6f871fc61034e4c491f /docs | |
parent | 5bd3241840ff2f2db64f7d5e139d05b011bae941 (diff) |
Add section headers to user guide
Change-Id: If037d2424ad350fa422f3d5fc75648bf9bcbec90
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/testing/user/userguide/cli.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/testing/user/userguide/cli.rst b/docs/testing/user/userguide/cli.rst index 6e022f01..8a983155 100644 --- a/docs/testing/user/userguide/cli.rst +++ b/docs/testing/user/userguide/cli.rst @@ -19,12 +19,17 @@ Add the following line to the **.bashrc** file eval "$(_QTIP_COMPLETE=source qtip)" +Getting help +============ + QTIP CLI provides interface to all of the above the components. A help page provides a list of all the commands along with a short description. :: qtip [-h|--help] +Usage +===== Typically a complete plan is executed at the target environment. QTIP defaults to a number of sample plans. A list of all the available plans can be viewed :: @@ -64,6 +69,9 @@ the results are stored. Extending the example above qtip report show <metric_name> -p $PWD/result +Debugging options +================= + Debug option helps identify the error by providing a detailed traceback. It can be enabled as :: |