Add section headers to user guide 21/38121/1
authorYujun Zhang <zhang.yujunz@zte.com.cn>
Wed, 26 Jul 2017 05:43:19 +0000 (13:43 +0800)
committerYujun Zhang <zhang.yujunz@zte.com.cn>
Wed, 26 Jul 2017 05:44:10 +0000 (13:44 +0800)
Change-Id: If037d2424ad350fa422f3d5fc75648bf9bcbec90
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
docs/testing/user/userguide/cli.rst

index 6e022f0..8a98315 100644 (file)
@@ -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
 ::