From: Yujun Zhang Date: Fri, 31 Mar 2017 03:15:58 +0000 (+0800) Subject: Replace Qtip with QTIP X-Git-Tag: opnfv-5.0.0~231^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F71%2F32671%2F1;p=qtip.git Replace Qtip with QTIP Change-Id: I7ac76209b10938bb33b5c1879acc343be0bab858 Signed-off-by: Yujun Zhang --- 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