Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2014-07-17 11:06:37 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f3e85a006366cbbc26b16ce16e3189b8597cc50e
f3e85a00
1 parent
9f7d488f
refine the usage of csr.
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
trunk/research/code-statistic/csr.py
trunk/research/code-statistic/csr.py
查看文件 @
f3e85a0
...
...
@@ -39,10 +39,10 @@ if len(sys.argv) <= 1:
print
"Usage: python
%
s <dir> [filters] [except_filters]"
%
(
sys
.
argv
[
0
])
print
" dir: the dir contains the files to stat"
print
" filters: the file filters, default: *.*pp,*.h,*.c,*.cc"
print
" filters: the except file filters, default: utest,doc"
print
"
except_
filters: the except file filters, default: utest,doc"
print
"Example:"
print
" python
%
s src"
%
(
sys
.
argv
[
0
])
print
" python
%
s src *.*pp,*.cc utest"
%
(
sys
.
argv
[
0
])
print
" python
%
s src *.*pp,*.cc utest
,doc
"
%
(
sys
.
argv
[
0
])
sys
.
exit
(
-
1
)
dir
=
sys
.
argv
[
1
]
...
...
请
注册
或
登录
后发表评论