mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine the usage of csr.
This commit is contained in:
parent
9f7d488fa4
commit
f3e85a0063
1 changed files with 2 additions and 2 deletions
|
@ -39,10 +39,10 @@ if len(sys.argv) <= 1:
|
||||||
print "Usage: python %s <dir> [filters] [except_filters]"%(sys.argv[0])
|
print "Usage: python %s <dir> [filters] [except_filters]"%(sys.argv[0])
|
||||||
print " dir: the dir contains the files to stat"
|
print " dir: the dir contains the files to stat"
|
||||||
print " filters: the file filters, default: *.*pp,*.h,*.c,*.cc"
|
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 "Example:"
|
||||||
print " python %s src"%(sys.argv[0])
|
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)
|
sys.exit(-1)
|
||||||
|
|
||||||
dir = sys.argv[1]
|
dir = sys.argv[1]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue