From fdcb46cd8c0f22b905f7b64cc78eda68813ecade Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Fri, 31 Mar 2017 11:15:58 +0800 Subject: Replace Qtip with QTIP Change-Id: I7ac76209b10938bb33b5c1879acc343be0bab858 Signed-off-by: Yujun Zhang --- qtip/cli/commands/cmd_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qtip/cli') 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 -- cgit 1.2.3-korg