aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-03-31 03:31:44 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-03-31 03:31:44 +0000
commitddb71579c10fe3b9c1c10b44fd06f1d7fc0849e3 (patch)
tree7e0e82922272c40b1c58fb5fd3fa521826f22c27
parentb9060bdf88bb793e67bd2297d842705c5fdfa510 (diff)
parentfdcb46cd8c0f22b905f7b64cc78eda68813ecade (diff)
Merge "Replace Qtip with QTIP"
-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