Replace Qtip with QTIP 71/32671/1
authorYujun Zhang <zhang.yujunz@zte.com.cn>
Fri, 31 Mar 2017 03:15:58 +0000 (11:15 +0800)
committerYujun Zhang <zhang.yujunz@zte.com.cn>
Fri, 31 Mar 2017 03:15:58 +0000 (11:15 +0800)
Change-Id: I7ac76209b10938bb33b5c1879acc343be0bab858
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
qtip/cli/commands/cmd_report.py

index c9f31f4..ebc0ef7 100644 (file)
@@ -18,7 +18,7 @@ pass_context = click.make_pass_decorator(Context, ensure=False)
 @click.group()
 @pass_context
 def cli(ctx):
-    """ View Qtip results"""
+    """ View QTIP results"""
     pass