aboutsummaryrefslogtreecommitdiffstats
path: root/qtip/cli
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-03-31 11:15:58 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2017-03-31 11:15:58 +0800
commitfdcb46cd8c0f22b905f7b64cc78eda68813ecade (patch)
treee0baf197e35bf24836e72d488f588835071aee98 /qtip/cli
parent21a5c285f7b91bb78e2ec225104cd46201547216 (diff)
Replace Qtip with QTIP
Change-Id: I7ac76209b10938bb33b5c1879acc343be0bab858 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'qtip/cli')
-rw-r--r--qtip/cli/commands/cmd_report.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtip/cli/commands/cmd_report.py b/qtip/cli/commands/cmd_report.py
index c9f31f4a..ebc0ef77 100644
--- a/qtip/cli/commands/cmd_report.py
+++ b/qtip/cli/commands/cmd_report.py
@@ -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