donate-cpu.py: Only some cosmetic / coding style fixes.
This commit is contained in:
parent
eadf33c911
commit
cdb449a1b8
|
@ -4,7 +4,8 @@
|
|||
#
|
||||
# Syntax: donate-cpu.py [-jN] [--package=url] [--stop-time=HH:MM] [--work-path=path] [--test] [--bandwidth-limit=limit]
|
||||
# -jN Use N threads in compilation/analysis. Default is 1.
|
||||
# --package=url Check a specific package and then stop. Can be useful if you want to reproduce some warning/crash/exception/etc..
|
||||
# --package=url Check a specific package and then stop. Can be useful if you want to reproduce
|
||||
# some warning/crash/exception/etc..
|
||||
# --stop-time=HH:MM Stop analysis when time has passed. Default is that you must terminate the script.
|
||||
# --work-path=path Work folder path. Default path is cppcheck-donate-cpu-workfolder in your home folder.
|
||||
# --test Connect to a donate-cpu-server that is running locally on port 8001 for testing.
|
||||
|
|
Loading…
Reference in New Issue