Code Review
/
qtip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
21a5c28
)
Replace Qtip with QTIP
71/32671/1
author
Yujun Zhang
<zhang.yujunz@zte.com.cn>
Fri, 31 Mar 2017 03:15:58 +0000
(11:15 +0800)
committer
Yujun 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
patch
|
blob
|
history
diff --git
a/qtip/cli/commands/cmd_report.py
b/qtip/cli/commands/cmd_report.py
index
c9f31f4
..
ebc0ef7
100644
(file)
--- 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 Q
tip
results"""
+ """ View Q
TIP
results"""
pass